Bump version to 5.0 beta 3. Holding off on tagging until people get in their last minute fixes.

This commit is contained in:
Colby Klein
2014-02-19 11:07:11 -08:00
parent b4682a2bd4
commit 7133e5c90c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
/**
* @brief A unique name for each application that you might want installed side-by-side with other applications.
*
* As an example, use "StepMania4" here, not "StepMania".
* 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
@@ -30,7 +30,7 @@
* </li></ul>
*/
#ifndef PRODUCT_VER_BARE
#define PRODUCT_VER_BARE v5.0 beta 2b
#define PRODUCT_VER_BARE v5.0 beta 3
#endif
/**
+1 -1
View File
@@ -7,7 +7,7 @@
; 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"
!define PRODUCT_VER "v5.0 beta 2a"
!define PRODUCT_VER "v5.0 beta 3"
!define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}"
!define PRODUCT_BITMAP "sm5"