(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.6.2.1, Sat Mar 28 13:55:35 2015 UTC (9 years, 2 months ago) by karl
Branch: RELEASE_2_14-branch
CVS Tags: RELEASE_2_14_1
Changes since 1.6: +4 -4 lines
BUG#: 10055
TITLE: Set PEGASUS_PRODUCT_STATUS to Development and version to 2.14.1

DESCRIPTION: Changed all instances of 2.14.0 to 2.14.1 and the 3 places
where PEGASUS_PRODUCT_STATUS is defined back to Development. This is last
step before this branch open for new commits

#include <windows.h>

1 VERSIONINFO

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


No CVS admin address has been configured
Powered by
ViewCVS 0.9.2