Skip to content

Commit

Permalink
Bump to 0.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Jun 1, 2022
1 parent 938011f commit 36ee535
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion contrib/windows/installer/dosbox-x.reference.setup.conf
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dosbox-x.reference.conf
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dosbox-x.reference.full.conf
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions include/build_timestamp.h
Original file line number Diff line number Diff line change
@@ -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"
6 changes: 3 additions & 3 deletions vs/config_package.h
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 36ee535

Please sign in to comment.