Begin next version

This commit is contained in:
Jonathan Campbell
2019-08-01 00:32:29 -07:00
parent 1f8a75d514
commit 21831cb7ee
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
0.82.21 (next)
-
0.82.20 0.82.20
- Dynamic core IMUL instruction mistake fixed, - Dynamic core IMUL instruction mistake fixed,
signed multiply works properly again. signed multiply works properly again.

View File

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

View File

@@ -1,3 +1,3 @@
/*auto-generated*/ /*auto-generated*/
#define UPDATED_STR "Jul 31, 2019 8:30:34pm" #define UPDATED_STR "Aug 1, 2019 12:29:06am"
#define COPYRIGHT_END_YEAR "2019" #define COPYRIGHT_END_YEAR "2019"