Begin next version

This commit is contained in:
Jonathan Campbell
2021-02-01 12:32:35 -08:00
parent 77a4674819
commit dcfe778e6a
5 changed files with 9 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
0.83.11
-
0.83.10 0.83.10
- The Windows key(s) in Windows and the Command key(s) - The Windows key(s) in Windows and the Command key(s)
in macOS will now be displayed as the "Windows" and in macOS will now be displayed as the "Windows" and

View File

@@ -1,5 +1,5 @@
dnl Init. dnl Init.
AC_INIT(dosbox-x,0.83.10,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com]) AC_INIT(dosbox-x,0.83.11,[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)

View File

@@ -10,7 +10,7 @@
<category>Emulation</category> <category>Emulation</category>
</categories> </categories>
<releases> <releases>
<release version="@PACKAGE_VERSION@" date="2021-1-31"/> <release version="@PACKAGE_VERSION@" date="2021-2-1"/>
</releases> </releases>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">

View File

@@ -1,4 +1,4 @@
/*auto-generated*/ /*auto-generated*/
#define UPDATED_STR "Jan 31, 2021 8:57:04pm" #define UPDATED_STR "Feb 1, 2021 12:23:28pm"
#define GIT_COMMIT_HASH "d38ac84" #define GIT_COMMIT_HASH "77a4674"
#define COPYRIGHT_END_YEAR "2021" #define COPYRIGHT_END_YEAR "2021"

View File

@@ -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.10" #define PACKAGE_STRING "dosbox-x 0.83.11"
#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.10" #define PACKAGE_VERSION "0.83.11"
#define VERSION "0.83.10" #define VERSION "0.83.11"