Begin next version

This commit is contained in:
Jonathan Campbell
2020-02-01 00:39:11 -08:00
parent 539deb4ab6
commit d3cfef67c9
4 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
0.82.27 (next)
-
0.82.26
- Debugger console window fixed to choose a smaller
default size in Windows builds.

View File

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

View File

@@ -1,3 +1,3 @@
/*auto-generated*/
#define UPDATED_STR "Jan 31, 2020 11:10:27am"
#define UPDATED_STR "Feb 1, 2020 12:38:51am"
#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.82.26"
#define PACKAGE_STRING "dosbox-x 0.82.27"
#define PACKAGE_TARNAME "dosbox-x"
#define PACKAGE_URL "http://dosbox-x.software"
#define PACKAGE_VERSION "0.82.26"
#define VERSION "0.82.26"
#define PACKAGE_VERSION "0.82.27"
#define VERSION "0.82.27"