update version info. why are there so many of these
This commit is contained in:
+1
-1
@@ -603,7 +603,7 @@ target_include_directories("${SM_EXE_NAME}" PUBLIC ${SM_INCLUDE_DIRS})
|
||||
if(WIN32)
|
||||
set(SM_INSTALL_DESTINATION ".")
|
||||
else()
|
||||
set(SM_INSTALL_DESTINATION "stepmania-5.0")
|
||||
set(SM_INSTALL_DESTINATION "stepmania-5.1")
|
||||
endif()
|
||||
|
||||
if(NOT APPLE)
|
||||
|
||||
+2
-2
@@ -16,7 +16,7 @@
|
||||
* As an example, use "StepMania4" here, not "StepMania".
|
||||
* It would cause a conflict with older versions such as StepMania 3.X.
|
||||
*/
|
||||
#define PRODUCT_ID_BARE StepMania 5
|
||||
#define PRODUCT_ID_BARE StepMania 5.1
|
||||
|
||||
// These cannot be #undef'd so make them unlikely to conflict with anything
|
||||
#define PRODUCT_STRINGIFY(x) #x
|
||||
@@ -28,7 +28,7 @@
|
||||
#define VIDEO_TROUBLESHOOTING_URL "http://old.stepmania.com/stepmaniawiki.php?title=Video_Driver_Troubleshooting"
|
||||
/** @brief The URL to report bugs on the program. */
|
||||
#define REPORT_BUG_URL "https://github.com/stepmania/stepmania/issues"
|
||||
#define SM_DOWNLOAD_URL "http://www.stepmania.com/download/"
|
||||
#define SM_DOWNLOAD_URL "https://www.stepmania.com/download/"
|
||||
|
||||
#define CAN_INSTALL_PACKAGES true
|
||||
|
||||
|
||||
+4
-4
@@ -6,14 +6,14 @@
|
||||
|
||||
; PRODUCT_ID must NOT be "StepMania" unless you want people to uninstall 3.9
|
||||
; when they install StepMania 5. (not recommended)
|
||||
!define PRODUCT_ID "StepMania 5.0"
|
||||
!define PRODUCT_ID "StepMania 5.1"
|
||||
; TODO: This needs to be updated with the git rev hash
|
||||
!define PRODUCT_VER "5.0-UNKNOWN"
|
||||
!define PRODUCT_VER "5.1-UNKNOWN"
|
||||
!define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}"
|
||||
!define PRODUCT_BITMAP "sm5"
|
||||
|
||||
!define PRODUCT_URL "http://www.stepmania.com/"
|
||||
!define UPDATES_URL "http://www.stepmania.com/download/"
|
||||
!define PRODUCT_URL "https://www.stepmania.com/"
|
||||
!define UPDATES_URL "https://www.stepmania.com/download/"
|
||||
|
||||
;!define INSTALL_EXTERNAL_PCKS
|
||||
;!define INSTALL_INTERNAL_PCKS
|
||||
|
||||
Reference in New Issue
Block a user