From b26f9fad69a9c1e4a7917c85050daba1c05d3449 Mon Sep 17 00:00:00 2001 From: Flameshadowxeroshin Date: Sun, 2 Jan 2011 09:18:55 -0600 Subject: [PATCH] rename to v1.2, misc --- Themes/default/Scripts/04 SpecialScoring.lua | 2 +- src/ProductInfo.h | 2 +- src/ProductInfo.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Themes/default/Scripts/04 SpecialScoring.lua b/Themes/default/Scripts/04 SpecialScoring.lua index 6f330166e8..1c24d10427 100644 --- a/Themes/default/Scripts/04 SpecialScoring.lua +++ b/Themes/default/Scripts/04 SpecialScoring.lua @@ -1,7 +1,7 @@ --Special Scoring types. local r = {}; --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 ----------------------------------------------------------- diff --git a/src/ProductInfo.h b/src/ProductInfo.h index d59dadb80e..b00b206036 100644 --- a/src/ProductInfo.h +++ b/src/ProductInfo.h @@ -21,7 +21,7 @@ * "v0.0": Final Releases */ #ifndef PRODUCT_VER_BARE -#define PRODUCT_VER_BARE v1.1 +#define PRODUCT_VER_BARE v1.2 #endif // A unique ID for a build of an application. This is used in crash reports and in the network code's version handling diff --git a/src/ProductInfo.inc b/src/ProductInfo.inc index fbd6a80dbf..8478733413 100644 --- a/src/ProductInfo.inc +++ b/src/ProductInfo.inc @@ -5,7 +5,7 @@ ; see ProductInfo.h for use descriptions !define PRODUCT_ID "sm-ssc" -!define PRODUCT_VER "v1.1" +!define PRODUCT_VER "v1.2" !define PRODUCT_DISPLAY "${PRODUCT_ID} ${PRODUCT_VER}" !define PRODUCT_BITMAP "ssc"