Fix for bugscape bug 9935: Need to update the CCK product/file version

number. Changing product/file version from 6.1 to 6.2 (r=tao)


git-svn-id: svn://10.0.0.236/trunk@105267 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shrutiv%netscape.com 2001-10-12 17:58:41 +00:00
parent 7043b5f496
commit 7b106867e8

View File

@ -244,8 +244,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 6,1,0,1
PRODUCTVERSION 6,1,0,0
FILEVERSION 6,2,0,0
PRODUCTVERSION 6,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -262,13 +262,13 @@ BEGIN
BEGIN
VALUE "CompanyName", "Netscape Communications Corporation\0"
VALUE "FileDescription", "CCK WIZARDMACHINE Application\0"
VALUE "FileVersion", "6.1.0.1\0"
VALUE "FileVersion", "6.2.0.0\0"
VALUE "InternalName", "WIZARDMACHINE\0"
VALUE "LegalCopyright", "Copyright (c) Netscape Communications, 2001\0"
VALUE "LegalTrademarks", "Netscape, Mozilla\0"
VALUE "OriginalFilename", "WIZARDMACHINE.EXE\0"
VALUE "ProductName", "NETSCAPE CCK\0"
VALUE "ProductVersion", "6.1\0"
VALUE "ProductVersion", "6.2\0"
END
END
BLOCK "VarFileInfo"