mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
begin next version
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
0.82.25 (next)
|
||||
-
|
||||
0.82.24
|
||||
- FDC emulation now allows READ command to look for
|
||||
sector numbers that are out of range in order to
|
||||
|
@@ -1,5 +1,5 @@
|
||||
dnl Init.
|
||||
AC_INIT(dosbox-x,0.82.24,[https://github.com/joncampbell123/dosbox-x/issues],[],[http://dosbox-x.software])
|
||||
AC_INIT(dosbox-x,0.82.25,[https://github.com/joncampbell123/dosbox-x/issues],[],[http://dosbox-x.software])
|
||||
AC_PREREQ(2.60)
|
||||
AC_CONFIG_SRCDIR(README.md)
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# This is the configuration file for DOSBox 0.82.24. (Please use the latest version of DOSBox)
|
||||
# This is the configuration file for DOSBox 0.82.25. (Please use the latest version of DOSBox)
|
||||
# Lines starting with a # are comment lines and are ignored by DOSBox.
|
||||
# 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.
|
||||
@@ -122,7 +122,7 @@ sensitivity = 100
|
||||
mouse_emulation = locked
|
||||
waitonerror = true
|
||||
priority = higher,normal
|
||||
mapperfile = mapper-0.82.24.map
|
||||
mapperfile = mapper-0.82.25.map
|
||||
usescancodes = false
|
||||
overscan = 0
|
||||
titlebar =
|
||||
|
@@ -1,3 +1,3 @@
|
||||
/*auto-generated*/
|
||||
#define UPDATED_STR "Nov 30, 2019 4:27:08pm"
|
||||
#define UPDATED_STR "Nov 30, 2019 7:17:37pm"
|
||||
#define COPYRIGHT_END_YEAR "2019"
|
||||
|
@@ -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.82.24"
|
||||
#define PACKAGE_STRING "dosbox-x 0.82.25"
|
||||
#define PACKAGE_TARNAME "dosbox-x"
|
||||
#define PACKAGE_URL "http://dosbox-x.software"
|
||||
#define PACKAGE_VERSION "0.82.24"
|
||||
#define VERSION "0.82.24"
|
||||
#define PACKAGE_VERSION "0.82.25"
|
||||
#define VERSION "0.82.25"
|
||||
|
Reference in New Issue
Block a user