98340c44ba
The autotools variables to substitute for versioning in 1.16 is wrong, so we have incorrect versioning info during a release as the variables are for Cogl-2.x. Fix this so we can have the correct versioning info for the Cogl/Cogl-Pango DLLs during a release. Reviewed-by: Neil Roberts <neil@linux.intel.com>
31 lines
859 B
Plaintext
31 lines
859 B
Plaintext
#include <winver.h>
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION 1,@COGL_1_MINOR_VERSION@,@COGL_1_MICRO_VERSION@,0
|
|
PRODUCTVERSION 1,@COGL_1_MINOR_VERSION@,@COGL_1_MICRO_VERSION@,0
|
|
FILEFLAGSMASK 0
|
|
FILEFLAGS 0
|
|
FILEOS VOS__WINDOWS32
|
|
FILETYPE VFT_DLL
|
|
FILESUBTYPE VFT2_UNKNOWN
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "040904B0"
|
|
BEGIN
|
|
VALUE "CompanyName", "Intel Corporation"
|
|
VALUE "FileDescription", "cogl-pango"
|
|
VALUE "FileVersion", "@COGL_1_VERSION@.0"
|
|
VALUE "InternalName", "libcogl-pango-1.0-@COGL_LT_AGE@"
|
|
VALUE "LegalCopyright", "Copyright 1995-2011 © Intel Corporation"
|
|
VALUE "OriginalFilename", "libcogl-pango-1.0-@COGL_LT_AGE@.dll"
|
|
VALUE "ProductName", "cogl-pango"
|
|
VALUE "ProductVersion", "@COGL_1_VERSION@"
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x409, 1200
|
|
END
|
|
END
|