diff --git a/CHANGELOG b/CHANGELOG index ee5ead86763..a692ada16af 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -0.83.26 +0.84.0 - CMOS century register now aliased to register 32h and 37h to appease Windows 2000, which assumes the century is stored there and will complain diff --git a/configure.ac b/configure.ac index 91786839282..0bf7e659f5a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Init. -AC_INIT(dosbox-x,0.83.26,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com]) +AC_INIT(dosbox-x,0.84.0,[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.reference.setup.conf b/contrib/windows/installer/dosbox-x.reference.setup.conf index 05f623a6ad6..e9df7512fae 100644 --- a/contrib/windows/installer/dosbox-x.reference.setup.conf +++ b/contrib/windows/installer/dosbox-x.reference.setup.conf @@ -1,4 +1,4 @@ -# This is the configuration file for DOSBox-X 0.83.26. (Please use the latest version of DOSBox-X) +# This is the configuration file for DOSBox-X 0.84.0. (Please use the latest version of DOSBox-X) # Lines starting with a # are comment lines and are ignored by DOSBox-X. # They are used to (briefly) document the effect of each option. # To write out ALL options, use command 'config -all' with -wc or -writeconf options. diff --git a/dosbox-x.reference.conf b/dosbox-x.reference.conf index 30dfa308992..38df32b2bed 100644 --- a/dosbox-x.reference.conf +++ b/dosbox-x.reference.conf @@ -1,4 +1,4 @@ -# This is the configuration file for DOSBox-X 0.83.26. (Please use the latest version of DOSBox-X) +# This is the configuration file for DOSBox-X 0.84.0. (Please use the latest version of DOSBox-X) # Lines starting with a # are comment lines and are ignored by DOSBox-X. # They are used to (briefly) document the effect of each option. # To write out ALL options, use command 'config -all' with -wc or -writeconf options. diff --git a/dosbox-x.reference.full.conf b/dosbox-x.reference.full.conf index 8b1620e5d04..b377ed4f90a 100644 --- a/dosbox-x.reference.full.conf +++ b/dosbox-x.reference.full.conf @@ -1,4 +1,4 @@ -# This is the configuration file for DOSBox-X 0.83.26. (Please use the latest version of DOSBox-X) +# This is the configuration file for DOSBox-X 0.84.0. (Please use the latest version of DOSBox-X) # Lines starting with a # are comment lines and are ignored by DOSBox-X. # They are used to (briefly) document the effect of each option. # To write out ALL options, use command 'config -all' with -wc or -writeconf options. diff --git a/include/build_timestamp.h b/include/build_timestamp.h index e0e9aed1c05..65595fbbea6 100644 --- a/include/build_timestamp.h +++ b/include/build_timestamp.h @@ -1,4 +1,4 @@ /*auto-generated*/ -#define UPDATED_STR "May 31, 2022 7:31:25pm" -#define GIT_COMMIT_HASH "1fceadc" +#define UPDATED_STR "May 31, 2022 8:32:37pm" +#define GIT_COMMIT_HASH "938011f" #define COPYRIGHT_END_YEAR "2022" diff --git a/vs/config_package.h b/vs/config_package.h index e6c4a33f6d5..0835288b26b 100644 --- a/vs/config_package.h +++ b/vs/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.26" +#define PACKAGE_STRING "dosbox-x 0.84.0" #define PACKAGE_TARNAME "dosbox-x" #define PACKAGE_URL "https://dosbox-x.com" -#define PACKAGE_VERSION "0.83.26" -#define VERSION "0.83.26" +#define PACKAGE_VERSION "0.84.0" +#define VERSION "0.84.0"