1
0
Fork 0

Update hardcoded version strings to 0.76.0

Version in README file is purely informational.

Other strings are hardcoded to some platform-specific format and scheme,
where we can't use version derived from autoconf.
This commit is contained in:
Patryk Obara 2020-04-22 02:51:01 +02:00
parent 130fd60584
commit 0926b0609c
3 changed files with 6 additions and 6 deletions

2
README
View file

@ -1,4 +1,4 @@
DOSBox (dosbox-staging) 0.75.0 Manual
DOSBox (dosbox-staging) 0.76.0 Manual
======
INDEX:

View file

@ -27,7 +27,7 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.75.0</string>
<string>0.76.0</string>
<key>CFBundleVersion</key>
<string>%VERSION%</string>

View file

@ -6,8 +6,8 @@ DOSBOX_ICO ICON "..\\contrib\\icons\\dosbox-staging.ico"
// version resource
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,75,0,0
PRODUCTVERSION 0,75,0,0
FILEVERSION 0,76,0,0
PRODUCTVERSION 0,76,0,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
@ -21,12 +21,12 @@ BEGIN
VALUE "Comments", "© 2020 dosbox-staging team, published under GNU GPL"
VALUE "CompanyName", "dosbox-staging"
VALUE "FileDescription", "DOSBox DOS Emulator"
VALUE "FileVersion", "0, 75, 0, 0"
VALUE "FileVersion", "0, 76, 0, 0"
VALUE "InternalName", "dosbox-staging"
VALUE "LegalCopyright", "Copyright © 2020 dosbox-staging team"
VALUE "OriginalFilename", "dosbox.exe"
VALUE "ProductName", "dosbox-staging"
VALUE "ProductVersion", "0, 75, 0, 0"
VALUE "ProductVersion", "0, 76, 0, 0"
END
END
BLOCK "VarFileInfo"