From 26d318d070d71a3f53e5083391651eb662967276 Mon Sep 17 00:00:00 2001 From: Wengier Date: Mon, 2 Nov 2020 01:57:10 -0500 Subject: [PATCH] start new version --- CHANGELOG | 2 ++ configure.ac | 2 +- contrib/windows/installer/DOSBox-X-setup.iss | 2 +- ref-static-makefiles/make_mgw/config.h | 6 +++--- vs2015/config_package.h | 6 +++--- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 124cc87ae..29f07d3b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +0.83.8 + - 0.83.7 - The primary DOSBox-X Wiki is now located at the URL: https://dosbox-x.com/wiki (Wengier) diff --git a/configure.ac b/configure.ac index f3bfa961a..ae639a662 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Init. -AC_INIT(dosbox-x,0.83.7,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com]) +AC_INIT(dosbox-x,0.83.8,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com]) AC_PREREQ(2.60) AC_CONFIG_SRCDIR(README.md) diff --git a/contrib/windows/installer/DOSBox-X-setup.iss b/contrib/windows/installer/DOSBox-X-setup.iss index 43b4222f4..078d35b7f 100644 --- a/contrib/windows/installer/DOSBox-X-setup.iss +++ b/contrib/windows/installer/DOSBox-X-setup.iss @@ -1,5 +1,5 @@ #define MyAppName "DOSBox-X" -#define MyAppVersion "0.83.7" +#define MyAppVersion "0.83.8" #define MyAppPublisher "joncampbell123" #define MyAppURL "https://dosbox-x.com/" #define MyAppExeName "dosbox-x.exe" diff --git a/ref-static-makefiles/make_mgw/config.h b/ref-static-makefiles/make_mgw/config.h index 7536c71e5..8e52cf88a 100644 --- a/ref-static-makefiles/make_mgw/config.h +++ b/ref-static-makefiles/make_mgw/config.h @@ -256,7 +256,7 @@ #define PACKAGE_NAME "dosbox-x" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "dosbox-x 0.83.7" +#define PACKAGE_STRING "dosbox-x 0.83.8" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "dosbox-x" @@ -265,7 +265,7 @@ #define PACKAGE_URL "https://dosbox-x.com" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.83.7" +#define PACKAGE_VERSION "0.83.8" /* Compiling on RISC OS */ /* #undef RISCOS */ @@ -277,7 +277,7 @@ /* #undef TM_IN_SYS_TIME */ /* Version number of package */ -#define VERSION "0.83.7" +#define VERSION "0.83.8" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/vs2015/config_package.h b/vs2015/config_package.h index d89f6efcd..134e69912 100644 --- a/vs2015/config_package.h +++ b/vs2015/config_package.h @@ -1,8 +1,8 @@ #define PACKAGE "dosbox-x" #define PACKAGE_BUGREPORT "https://github.com/joncampbell123/dosbox-x/issues" #define PACKAGE_NAME "dosbox-x" -#define PACKAGE_STRING "dosbox-x 0.83.7" +#define PACKAGE_STRING "dosbox-x 0.83.8" #define PACKAGE_TARNAME "dosbox-x" #define PACKAGE_URL "https://dosbox-x.com" -#define PACKAGE_VERSION "0.83.7" -#define VERSION "0.83.7" +#define PACKAGE_VERSION "0.83.8" +#define VERSION "0.83.8"