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-05-06 11:30:05 +0300
committerPatryk Obara <dreamer.tan@gmail.com>2020-05-06 11:30:05 +0300
commit70999dcf88b46929e69a3bdc8c72989d0df86ea2 (patch)
tree223b3138f9a82f19ffbd555b7b286fe025d320ef
parenta522557a343c7189e9e32be78bb023b70d9c7311 (diff)
Use 0.75.0 version string (VS)v0.75.0
-rw-r--r--src/platform/visualc/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h
index 425a1484a..b291bdd94 100644
--- a/src/platform/visualc/config.h
+++ b/src/platform/visualc/config.h
@@ -2,7 +2,7 @@
#define CONF_BRAND "staging"
/* Version number of package */
-#define VERSION "0.75.0-rc1"
+#define VERSION "0.75.0"
/* Define to 1 to enable internal debugger, requires libcurses */
#define C_DEBUG 0