mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
Change http://dosbox-x.software to https://dosbox-x.com
This commit is contained in:
parent
e8bbd02dfa
commit
e47a0ad53b
@ -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")
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user