(file) Return to version-windows.RC CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

File: [Pegasus] / pegasus / mak / version-windows.RC (download)
Revision: 1.7, Thu Mar 26 18:25:50 2015 UTC (9 years, 1 month ago) by karl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +4 -4 lines
BUG#: 10054
TITLE: set the version to 2.15.0 in the code

DESCRIPTION: Set version to 2.15.0 in all places it exists in both
server code and tests

#include <windows.h>

1 VERSIONINFO

FILEVERSION 2,15,0
PRODUCTVERSION 2,15,0
FILEFLAGSMASK 0x00
FILEFLAGS 0x00
FILEOS VOS__WINDOWS32
FILETYPE VFT_UNKNOWN
FILESUBTYPE VFT2_UNKNOWN
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904E4"
        BEGIN
            VALUE "FileVersion",      "2.15.0\0"
            VALUE "ProductVersion",   "2.15.0\0"
        END
    END
END


No CVS admin address has been configured
Powered by
ViewCVS 0.9.2