mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
Begin next version
This commit is contained in:
parent
9ac25e7e43
commit
66a30ecf56
@ -1,5 +1,5 @@
|
||||
dnl Init.
|
||||
AC_INIT(dosbox-x,0.83.23,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com])
|
||||
AC_INIT(dosbox-x,0.83.24,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com])
|
||||
AC_PREREQ(2.60)
|
||||
AC_CONFIG_SRCDIR(README.md)
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<category>Emulation</category>
|
||||
</categories>
|
||||
<releases>
|
||||
<release version="@PACKAGE_VERSION@" date="2022-2-28"/>
|
||||
<release version="@PACKAGE_VERSION@" date="2022-3-4"/>
|
||||
</releases>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
|
@ -1,4 +1,4 @@
|
||||
/*auto-generated*/
|
||||
#define UPDATED_STR "Feb 28, 2022 6:11:41pm"
|
||||
#define GIT_COMMIT_HASH "56e78a5"
|
||||
#define UPDATED_STR "Mar 4, 2022 12:29:30pm"
|
||||
#define GIT_COMMIT_HASH "9ac25e7"
|
||||
#define COPYRIGHT_END_YEAR "2022"
|
||||
|
@ -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.23"
|
||||
#define PACKAGE_STRING "dosbox-x 0.83.24"
|
||||
#define PACKAGE_TARNAME "dosbox-x"
|
||||
#define PACKAGE_URL "https://dosbox-x.com"
|
||||
#define PACKAGE_VERSION "0.83.23"
|
||||
#define VERSION "0.83.23"
|
||||
#define PACKAGE_VERSION "0.83.24"
|
||||
#define VERSION "0.83.24"
|
||||
|
Loading…
x
Reference in New Issue
Block a user