1
0
Fork 0

Some year and version numbers

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3410
This commit is contained in:
Peter Veenstra 2009-05-27 09:15:42 +00:00
parent fb874404f7
commit 16d14b78e1
164 changed files with 328 additions and 263 deletions

View file

@ -7,8 +7,8 @@ dosbox_ico ICON "dosbox.ico"
// version resource
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,72,0,0
PRODUCTVERSION 0,72,0,0
FILEVERSION 0,73,0,0
PRODUCTVERSION 0,73,0,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
@ -22,12 +22,12 @@ BEGIN
VALUE "Comments", "© 2002-2009 DOSBox Team, published under GNU GPL"
VALUE "CompanyName", "DOSBox Team"
VALUE "FileDescription", "DOSBox DOS Emulator"
VALUE "FileVersion", "0, 72, 0, 0"
VALUE "FileVersion", "0, 73, 0, 0"
VALUE "InternalName", "DOSBox"
VALUE "LegalCopyright", "Copyright © 2002-2009 DOSBox Team"
VALUE "OriginalFilename", "dosbox.exe"
VALUE "ProductName", "DOSBox DOS Emulator"
VALUE "ProductVersion", "0, 72, 0, 0"
VALUE "ProductVersion", "0, 73, 0, 0"
END
END
BLOCK "VarFileInfo"