Updated Win32 files for impending 2.4 release.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1351 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2007-08-16 20:06:09 +00:00
parent b6ce7cfd6e
commit a15c118233
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,3,5,0
PRODUCTVERSION 2,3,5,0
FILEVERSION 2,4,0,0
PRODUCTVERSION 2,4,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -55,12 +55,12 @@ BEGIN
VALUE "Comments", "The multi-platform Atari 2600 emulator. Stella is released under the GPL."
VALUE "CompanyName", "Bradford W. Mott and the Stella team (http://stella.sourceforge.net)"
VALUE "FileDescription", "Stella"
VALUE "FileVersion", "2.3.5"
VALUE "FileVersion", "2.4"
VALUE "InternalName", "Stella"
VALUE "LegalCopyright", "Copyright (C) 1995-2007 B. Mott & the Stella team"
VALUE "OriginalFilename", "Stella.exe"
VALUE "ProductName", "Stella"
VALUE "ProductVersion", "2.3.5"
VALUE "ProductVersion", "2.4"
END
END
BLOCK "VarFileInfo"