rename to v1.2, misc
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
--Special Scoring types.
|
--Special Scoring types.
|
||||||
local r = {};
|
local r = {};
|
||||||
--the following metatable makes any missing value in a table 0 instead of nil.
|
--the following metatable makes any missing value in a table 0 instead of nil.
|
||||||
local ZeroIfNotFound = { _index = function() return 0 end; };
|
local ZeroIfNotFound = { __index = function() return 0 end; };
|
||||||
-----------------------------------------------------------
|
-----------------------------------------------------------
|
||||||
--DDR 1st Mix and 2nd Mix Scoring
|
--DDR 1st Mix and 2nd Mix Scoring
|
||||||
-----------------------------------------------------------
|
-----------------------------------------------------------
|
||||||
|
|||||||
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
* "v0.0": Final Releases
|
* "v0.0": Final Releases
|
||||||
*/
|
*/
|
||||||
#ifndef PRODUCT_VER_BARE
|
#ifndef PRODUCT_VER_BARE
|
||||||
#define PRODUCT_VER_BARE v1.1
|
#define PRODUCT_VER_BARE v1.2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A unique ID for a build of an application. This is used in crash reports and in the network code's version handling
|
// A unique ID for a build of an application. This is used in crash reports and in the network code's version handling
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
; see ProductInfo.h for use descriptions
|
; see ProductInfo.h for use descriptions
|
||||||
!define PRODUCT_ID "sm-ssc"
|
!define PRODUCT_ID "sm-ssc"
|
||||||
!define PRODUCT_VER "v1.1"
|
!define PRODUCT_VER "v1.2"
|
||||||
!define PRODUCT_DISPLAY "${PRODUCT_ID} ${PRODUCT_VER}"
|
!define PRODUCT_DISPLAY "${PRODUCT_ID} ${PRODUCT_VER}"
|
||||||
!define PRODUCT_BITMAP "ssc"
|
!define PRODUCT_BITMAP "ssc"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user