This commit is contained in:
rderooy 2020-09-29 16:51:30 +02:00
parent e8bbd02dfa
commit e47a0ad53b
7 changed files with 7 additions and 7 deletions

View File

@ -154,7 +154,7 @@ set(PACKAGE_STRING "dosbox-x 0.821" CACHE STRING "Define to the full name and ve
# set(PACKAGE_BUGREPORT "https://github.com/joncampbell123/dosbox-x/issues" CACHE STRING "Define to the address where bug reports for this package should be sent")
# set(PACKAGE_NAME "dosbox-x" CACHE STRING "Define to the full name of this package")
# set(PACKAGE_TARNAME "dosbox-x" CACHE STRING "Define to the one symbol short name of this package")
# set(PACKAGE_URL "http://dosbox-x.software" CACHE STRING "Define to the home page for this package")
# set(PACKAGE_URL "https://dosbox-x.com" CACHE STRING "Define to the home page for this package")
# set(PACKAGE_VERSION "0.821" CACHE STRING "Define to the version of this package")
# set(_FILE_OFFSET_BITS "64" CACHE STRING "Number of bits in a file offset, on hosts where this is settable")

View File

@ -1,5 +1,5 @@
dnl Init.
AC_INIT(dosbox-x,0.83.6,[https://github.com/joncampbell123/dosbox-x/issues],[],[http://dosbox-x.software])
AC_INIT(dosbox-x,0.83.6,[https://github.com/joncampbell123/dosbox-x/issues],[],[https://dosbox-x.com])
AC_PREREQ(2.60)
AC_CONFIG_SRCDIR(README.md)

View File

@ -345,6 +345,6 @@ typedef double Real64;
#define PACKAGE_NAME "dosbox-x"
#define PACKAGE_STRING "dosbox-x 0.82.22"
#define PACKAGE_TARNAME "dosbox-x"
#define PACKAGE_URL "http://dosbox-x.software"
#define PACKAGE_URL "https://dosbox-x.com"
#define PACKAGE_VERSION "0.82.22"
#define VERSION "0.82.22"

View File

@ -206,7 +206,7 @@
#define PACKAGE_TARNAME "dosbox-x"
/* Define to the home page for this package. */
#define PACKAGE_URL "http://dosbox-x.software"
#define PACKAGE_URL "https://dosbox-x.com"
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.82.22"

View File

@ -204,7 +204,7 @@
#define PACKAGE_TARNAME "dosbox-x"
/* Define to the home page for this package. */
#define PACKAGE_URL "http://dosbox-x.software"
#define PACKAGE_URL "https://dosbox-x.com"
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.82.22"

View File

@ -325,5 +325,5 @@ typedef double Real64;
#define PACKAGE_NAME "dosbox-x"
#define PACKAGE_STRING "dosbox-x 0.801"
#define PACKAGE_TARNAME "dosbox-x"
#define PACKAGE_URL "http://dosbox-x.software"
#define PACKAGE_URL "https://dosbox-x.com"
#define PACKAGE_VERSION "0.801"

View File

@ -3,6 +3,6 @@
#define PACKAGE_NAME "dosbox-x"
#define PACKAGE_STRING "dosbox-x 0.83.6"
#define PACKAGE_TARNAME "dosbox-x"
#define PACKAGE_URL "http://dosbox-x.software"
#define PACKAGE_URL "https://dosbox-x.com"
#define PACKAGE_VERSION "0.83.6"
#define VERSION "0.83.6"