begin next version

This commit is contained in:
Jonathan Campbell
2019-04-06 00:00:39 -07:00
parent 16f975b25a
commit feb9408e21
3 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
0.82.18 (next)
-
0.82.17
- Fixed yellowish tint of tv3x scaler on SDL1 builds of
Mac OS X.

View File

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

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.17"
#define PACKAGE_STRING "dosbox-x 0.82.18"
#define PACKAGE_TARNAME "dosbox-x"
#define PACKAGE_URL "http://dosbox-x.software"
#define PACKAGE_VERSION "0.82.17"
#define VERSION "0.82.17"
#define PACKAGE_VERSION "0.82.18"
#define VERSION "0.82.18"