mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
start new version
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
0.83.8
|
||||
-
|
||||
0.83.7
|
||||
- The primary DOSBox-X Wiki is now located at the
|
||||
URL: https://dosbox-x.com/wiki (Wengier)
|
||||
|
@@ -1,5 +1,5 @@
|
||||
dnl Init.
|
||||
AC_INIT(dosbox-x,0.83.7,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com])
|
||||
AC_INIT(dosbox-x,0.83.8,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com])
|
||||
AC_PREREQ(2.60)
|
||||
AC_CONFIG_SRCDIR(README.md)
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#define MyAppName "DOSBox-X"
|
||||
#define MyAppVersion "0.83.7"
|
||||
#define MyAppVersion "0.83.8"
|
||||
#define MyAppPublisher "joncampbell123"
|
||||
#define MyAppURL "https://dosbox-x.com/"
|
||||
#define MyAppExeName "dosbox-x.exe"
|
||||
|
@@ -256,7 +256,7 @@
|
||||
#define PACKAGE_NAME "dosbox-x"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "dosbox-x 0.83.7"
|
||||
#define PACKAGE_STRING "dosbox-x 0.83.8"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "dosbox-x"
|
||||
@@ -265,7 +265,7 @@
|
||||
#define PACKAGE_URL "https://dosbox-x.com"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.83.7"
|
||||
#define PACKAGE_VERSION "0.83.8"
|
||||
|
||||
/* Compiling on RISC OS */
|
||||
/* #undef RISCOS */
|
||||
@@ -277,7 +277,7 @@
|
||||
/* #undef TM_IN_SYS_TIME */
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.83.7"
|
||||
#define VERSION "0.83.8"
|
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
|
@@ -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.7"
|
||||
#define PACKAGE_STRING "dosbox-x 0.83.8"
|
||||
#define PACKAGE_TARNAME "dosbox-x"
|
||||
#define PACKAGE_URL "https://dosbox-x.com"
|
||||
#define PACKAGE_VERSION "0.83.7"
|
||||
#define VERSION "0.83.7"
|
||||
#define PACKAGE_VERSION "0.83.8"
|
||||
#define VERSION "0.83.8"
|
||||
|
Reference in New Issue
Block a user