diff --git a/src/ProductInfo.h b/src/ProductInfo.h index f648518f2c..ed63b09095 100644 --- a/src/ProductInfo.h +++ b/src/ProductInfo.h @@ -1,10 +1,8 @@ -/* ProductInfo - Branding strings. */ +/* ProductInfo - Branding strings. Don't forget to also change ProductInfo.inc! */ #ifndef PRODUCT_INFO_H #define PRODUCT_INFO_H -// Don't forget to also change ProductInfo.inc! - // A friendly string to refer to the product in crash dialogs, etc - i.e. "StepMania" not "StepMania4" #define PRODUCT_FAMILY_BARE sm-ssc @@ -23,7 +21,7 @@ * "v0.0": Final Releases */ #ifndef PRODUCT_VER_BARE -#define PRODUCT_VER_BARE v1.0 beta 2 +#define PRODUCT_VER_BARE v1.0 beta 3 #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 0576a3bc85..41bfe7c066 100644 --- a/src/ProductInfo.inc +++ b/src/ProductInfo.inc @@ -5,12 +5,12 @@ ; see ProductInfo.h for use descriptions !define PRODUCT_ID "sm-ssc" -!define PRODUCT_VER "v1.0 beta 2" +!define PRODUCT_VER "v1.0 beta 3" !define PRODUCT_DISPLAY "${PRODUCT_ID} ${PRODUCT_VER}" !define PRODUCT_BITMAP "ssc" -!define PRODUCT_URL "http://ssc.ajworld.net/sm-ssc/" -!define UPDATES_URL "http://ssc.ajworld.net/sm-ssc/" +!define PRODUCT_URL "http://code.google.com/p/sm-ssc/" +!define UPDATES_URL "http://code.google.com/p/sm-ssc/" ;!define INSTALL_EXTERNAL_PCKS ;!define INSTALL_INTERNAL_PCKS