mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
start next version
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
0.83.14
|
||||||
|
-
|
||||||
0.83.13
|
0.83.13
|
||||||
- DOSBox-X can now resolve file paths in its config
|
- DOSBox-X can now resolve file paths in its config
|
||||||
options that include environment variables on non-
|
options that include environment variables on non-
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
dnl Init.
|
dnl Init.
|
||||||
AC_INIT(dosbox-x,0.83.13,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com])
|
AC_INIT(dosbox-x,0.83.14,[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.13"
|
#define PACKAGE_STRING "dosbox-x 0.83.14"
|
||||||
#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.13"
|
#define PACKAGE_VERSION "0.83.14"
|
||||||
#define VERSION "0.83.13"
|
#define VERSION "0.83.14"
|
||||||
|
Reference in New Issue
Block a user