Bump version to 5.0 beta 3. Holding off on tagging until people get in their last minute fixes.
This commit is contained in:
+2
-2
@@ -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
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user