mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 10:48:18 +08:00
Mac OS X is sorted out, begin next version
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
0.83.16
|
||||||
|
-
|
||||||
0.83.15
|
0.83.15
|
||||||
- Release notes for this version:
|
- Release notes for this version:
|
||||||
https://dosbox-x.com/release-0.83.15.html
|
https://dosbox-x.com/release-0.83.15.html
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
dnl Init.
|
dnl Init.
|
||||||
AC_INIT(dosbox-x,0.83.15,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com])
|
AC_INIT(dosbox-x,0.83.16,[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)
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
<category>Emulation</category>
|
<category>Emulation</category>
|
||||||
</categories>
|
</categories>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="@PACKAGE_VERSION@" date="2021-7-1"/>
|
<release version="@PACKAGE_VERSION@" date="2021-7-4"/>
|
||||||
</releases>
|
</releases>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# This is the configuration file for DOSBox-X 0.83.15. (Please use the latest version of DOSBox-X)
|
# This is the configuration file for DOSBox-X 0.83.16. (Please use the latest version of DOSBox-X)
|
||||||
# Lines starting with a # are comment lines and are ignored by DOSBox-X.
|
# Lines starting with a # are comment lines and are ignored by DOSBox-X.
|
||||||
# They are used to (briefly) document the effect of each option.
|
# They are used to (briefly) document the effect of each option.
|
||||||
# To write out ALL options, use command 'config -all' with -wc or -writeconf options.
|
# To write out ALL options, use command 'config -all' with -wc or -writeconf options.
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# This is the configuration file for DOSBox-X 0.83.15. (Please use the latest version of DOSBox-X)
|
# This is the configuration file for DOSBox-X 0.83.16. (Please use the latest version of DOSBox-X)
|
||||||
# Lines starting with a # are comment lines and are ignored by DOSBox-X.
|
# Lines starting with a # are comment lines and are ignored by DOSBox-X.
|
||||||
# They are used to (briefly) document the effect of each option.
|
# They are used to (briefly) document the effect of each option.
|
||||||
# To write out ALL options, use command 'config -all' with -wc or -writeconf options.
|
# To write out ALL options, use command 'config -all' with -wc or -writeconf options.
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# This is the configuration file for DOSBox-X 0.83.15. (Please use the latest version of DOSBox-X)
|
# This is the configuration file for DOSBox-X 0.83.16. (Please use the latest version of DOSBox-X)
|
||||||
# Lines starting with a # are comment lines and are ignored by DOSBox-X.
|
# Lines starting with a # are comment lines and are ignored by DOSBox-X.
|
||||||
# They are used to (briefly) document the effect of each option.
|
# They are used to (briefly) document the effect of each option.
|
||||||
# To write out ALL options, use command 'config -all' with -wc or -writeconf options.
|
# To write out ALL options, use command 'config -all' with -wc or -writeconf options.
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
/*auto-generated*/
|
/*auto-generated*/
|
||||||
#define UPDATED_STR "Jul 1, 2021 6:53:32pm"
|
#define UPDATED_STR "Jul 4, 2021 4:14:46am"
|
||||||
#define GIT_COMMIT_HASH "daceabd"
|
#define GIT_COMMIT_HASH "8c198fa"
|
||||||
#define COPYRIGHT_END_YEAR "2021"
|
#define COPYRIGHT_END_YEAR "2021"
|
||||||
|
@@ -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.15"
|
#define PACKAGE_STRING "dosbox-x 0.83.16"
|
||||||
#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.15"
|
#define PACKAGE_VERSION "0.83.16"
|
||||||
#define VERSION "0.83.15"
|
#define VERSION "0.83.16"
|
||||||
|
Reference in New Issue
Block a user