Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatryk Obara <dreamer.tan@gmail.com>2020-04-22 03:51:01 +0300
committerPatryk Obara <dreamer.tan@gmail.com>2020-04-22 03:51:01 +0300
commit0926b0609cd7ca71accde15c046e8e2f873ff459 (patch)
tree939950dca6dedad1d6cc425ab64ebdb2a342ded2
parent130fd605843ca54241295ebb658962d95ab1c0a7 (diff)
Update hardcoded version strings to 0.76.0v0.76.0-alpha
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.
-rw-r--r--README2
-rw-r--r--contrib/macos/Info.plist.template2
-rw-r--r--src/winres.rc8
3 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index a8d5dbebd..8ca4e3f95 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-DOSBox (dosbox-staging) 0.75.0 Manual
+DOSBox (dosbox-staging) 0.76.0 Manual
======
INDEX:
diff --git a/contrib/macos/Info.plist.template b/contrib/macos/Info.plist.template
index 576299204..f5764cb06 100644
--- a/contrib/macos/Info.plist.template
+++ b/contrib/macos/Info.plist.template
@@ -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>
diff --git a/src/winres.rc b/src/winres.rc
index 348d1a5f3..04fb7bb27 100644
--- a/src/winres.rc
+++ b/src/winres.rc
@@ -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"