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:
authorkcgen <1557255+kcgen@users.noreply.github.com>2021-07-02 21:36:34 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-07-02 21:59:12 +0300
commit6576f7e0cb8e8d8e317867df231c17777e054b34 (patch)
treecde5ab3a629c84f3991325341d5f605ae49388c8
parent15a57e26c4d1123606a7ac455d2ccbce15e976b9 (diff)
Bump v0.77.0 version strings to v0.78.0v0.78.0-alpha
-rw-r--r--README2
-rw-r--r--contrib/macos/Info.plist.template2
-rw-r--r--meson.build2
-rw-r--r--src/platform/visualc/config.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 91622dfe3..61d3ce264 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-DOSBox (dosbox-staging) 0.77.0 Manual
+DOSBox (dosbox-staging) 0.78.0 Manual
======
INDEX:
diff --git a/contrib/macos/Info.plist.template b/contrib/macos/Info.plist.template
index 5a0e839a8..9039c4fb0 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.77.0</string>
+ <string>0.78.0</string>
<key>CFBundleVersion</key>
<string>%VERSION%</string>
diff --git a/meson.build b/meson.build
index 15b43ce99..3cc63da96 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('dosbox-staging', 'c', 'cpp',
- version : '0.77.0',
+ version : '0.78.0',
license : 'GPL-2.0-or-later',
default_options : ['cpp_std=c++14', 'b_ndebug=if-release'],
meson_version : '>= 0.51.0')
diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h
index 64fc5a491..56215447e 100644
--- a/src/platform/visualc/config.h
+++ b/src/platform/visualc/config.h
@@ -2,7 +2,7 @@
#define CONF_SUFFIX "-staging-git"
/* Version number of package */
-#define VERSION "0.77.0"
+#define VERSION "0.78.0"
/* This macro is going to be overriden via CI */
#define DOSBOX_DETAILED_VERSION "git"