mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 20:01:19 +08:00
Begin next version
This commit is contained in:
parent
e346966ffa
commit
2a09d6d2c9
@ -1,3 +1,5 @@
|
|||||||
|
0.83.23
|
||||||
|
-
|
||||||
0.83.22
|
0.83.22
|
||||||
- Added Pentium 3 Processor Serial Number emulation.
|
- Added Pentium 3 Processor Serial Number emulation.
|
||||||
Serial number can be set from dosbox-x.conf or not
|
Serial number can be set from dosbox-x.conf or not
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
dnl Init.
|
dnl Init.
|
||||||
AC_INIT(dosbox-x,0.83.22,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com])
|
AC_INIT(dosbox-x,0.83.23,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com])
|
||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
AC_CONFIG_SRCDIR(README.md)
|
AC_CONFIG_SRCDIR(README.md)
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#define PACKAGE "dosbox-x"
|
#define PACKAGE "dosbox-x"
|
||||||
#define PACKAGE_BUGREPORT "https://github.com/joncampbell123/dosbox-x/issues"
|
#define PACKAGE_BUGREPORT "https://github.com/joncampbell123/dosbox-x/issues"
|
||||||
#define PACKAGE_NAME "dosbox-x"
|
#define PACKAGE_NAME "dosbox-x"
|
||||||
#define PACKAGE_STRING "dosbox-x 0.83.22"
|
#define PACKAGE_STRING "dosbox-x 0.83.23"
|
||||||
#define PACKAGE_TARNAME "dosbox-x"
|
#define PACKAGE_TARNAME "dosbox-x"
|
||||||
#define PACKAGE_URL "https://dosbox-x.com"
|
#define PACKAGE_URL "https://dosbox-x.com"
|
||||||
#define PACKAGE_VERSION "0.83.22"
|
#define PACKAGE_VERSION "0.83.23"
|
||||||
#define VERSION "0.83.22"
|
#define VERSION "0.83.23"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user