Begin next version

This commit is contained in:
Jonathan Campbell
2020-05-03 02:04:02 -07:00
parent aa6d356975
commit b5815d4520
5 changed files with 9 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
0.83.2
-
0.83.1
- Sound Blaster emulation fixed to better handle Goldplay
mode detection false positive in 1994 demoscene demo

View File

@@ -1,5 +1,5 @@
dnl Init.
AC_INIT(dosbox-x,0.83.1,[https://github.com/joncampbell123/dosbox-x/issues],[],[http://dosbox-x.software])
AC_INIT(dosbox-x,0.83.2,[https://github.com/joncampbell123/dosbox-x/issues],[],[http://dosbox-x.software])
AC_PREREQ(2.60)
AC_CONFIG_SRCDIR(README.md)

View File

@@ -1,4 +1,4 @@
# This is the configuration file for DOSBox-X 0.83.1. (Please use the latest version of DOSBox-X)
# This is the configuration file for DOSBox-X 0.83.2. (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.
@@ -134,7 +134,7 @@ sensitivity = 100
mouse_emulation = locked
waitonerror = true
priority = higher,normal
mapperfile = mapper-0.83.1.map
mapperfile = mapper-0.83.2.map
usescancodes = false
overscan = 0
titlebar =

View File

@@ -1,3 +1,3 @@
/*auto-generated*/
#define UPDATED_STR "Apr 30, 2020 6:04:46pm"
#define UPDATED_STR "May 3, 2020 2:03:31am"
#define COPYRIGHT_END_YEAR "2020"

View File

@@ -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.1"
#define PACKAGE_STRING "dosbox-x 0.83.2"
#define PACKAGE_TARNAME "dosbox-x"
#define PACKAGE_URL "http://dosbox-x.software"
#define PACKAGE_VERSION "0.83.1"
#define VERSION "0.83.1"
#define PACKAGE_VERSION "0.83.2"
#define VERSION "0.83.2"