update version info. why are there so many of these

This commit is contained in:
Colby Klein
2016-11-24 19:06:41 -08:00
parent f5100aee0d
commit 5fcc473648
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ init:
set SM_COMMIT_SHORT=%APPVEYOR_REPO_COMMIT:~0,7%
set SM_SETUP_EXE_NAME=StepMania-5.0-git-%SM_COMMIT_SHORT%-win32.exe
set SM_SETUP_EXE_NAME=StepMania-5.1-git-%SM_COMMIT_SHORT%-win32.exe
curl -u wolfman2000:%access_token% -H "User-Agent: Appveyor-wolfman2000-stepmania-app" -H "Accept: application/vnd.github.v3+json" -H "Content-Type: application/json" -X POST -d %GITHUB_API_PENDING% %GITHUB_API_URL%
+1 -1
View File
@@ -37,5 +37,5 @@ The `StepMania.app` package can be copied to `/Applications` and it will work as
Linux
===
After installing, run `sudo make install`. The files will be placed in the location specified:
by default, that is now `/usr/local/stepmania-5.0`.
by default, that is now `/usr/local/stepmania-5.1`.
+2 -2
View File
@@ -1,7 +1,7 @@
# Set up version numbers according to the new scheme.
set(SM_VERSION_MAJOR 5)
set(SM_VERSION_MINOR 0)
set(SM_VERSION_PATCH 12)
set(SM_VERSION_MINOR 1)
set(SM_VERSION_PATCH 0)
set(SM_VERSION_TRADITIONAL "${SM_VERSION_MAJOR}.${SM_VERSION_MINOR}.${SM_VERSION_PATCH}")
execute_process(COMMAND git rev-parse --short HEAD
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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