diff --git a/CMakeLists.txt b/CMakeLists.txt index 8378cef39..69a2ecfb5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/configure.ac b/configure.ac index 2fd428f27..b7d3fc492 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/ref-nmake/config.h b/ref-nmake/config.h index 99d040b86..6d001856c 100644 --- a/ref-nmake/config.h +++ b/ref-nmake/config.h @@ -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" diff --git a/ref-static-makefiles/make_em/config.h b/ref-static-makefiles/make_em/config.h index f04a7ed7a..73a3f9b01 100644 --- a/ref-static-makefiles/make_em/config.h +++ b/ref-static-makefiles/make_em/config.h @@ -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" diff --git a/ref-static-makefiles/make_mgw/config.h b/ref-static-makefiles/make_mgw/config.h index 0a7c3f47e..8d5f2bcf5 100644 --- a/ref-static-makefiles/make_mgw/config.h +++ b/ref-static-makefiles/make_mgw/config.h @@ -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" diff --git a/vs2015/config.h.backup b/vs2015/config.h.backup index 9076edec1..371ef1d1d 100644 --- a/vs2015/config.h.backup +++ b/vs2015/config.h.backup @@ -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" diff --git a/vs2015/config_package.h b/vs2015/config_package.h index 0b4426a34..937a46e94 100644 --- a/vs2015/config_package.h +++ b/vs2015/config_package.h @@ -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"