Begin next version

This commit is contained in:
Jonathan Campbell
2021-11-02 01:51:34 -07:00
parent e0a4c47c7d
commit 11af187eb8
3 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
0.83.20
-
0.83.19
- Reorganized the "List network interfaces" and "List
printer devices" dialogs (under the "Help" menu) to

View File

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

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.19"
#define PACKAGE_STRING "dosbox-x 0.83.20"
#define PACKAGE_TARNAME "dosbox-x"
#define PACKAGE_URL "https://dosbox-x.com"
#define PACKAGE_VERSION "0.83.19"
#define VERSION "0.83.19"
#define PACKAGE_VERSION "0.83.20"
#define VERSION "0.83.20"