sm-ssc v1.0 public beta 3!
This commit is contained in:
+2
-4
@@ -1,10 +1,8 @@
|
|||||||
/* ProductInfo - Branding strings. */
|
/* ProductInfo - Branding strings. Don't forget to also change ProductInfo.inc! */
|
||||||
|
|
||||||
#ifndef PRODUCT_INFO_H
|
#ifndef PRODUCT_INFO_H
|
||||||
#define 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"
|
// A friendly string to refer to the product in crash dialogs, etc - i.e. "StepMania" not "StepMania4"
|
||||||
#define PRODUCT_FAMILY_BARE sm-ssc
|
#define PRODUCT_FAMILY_BARE sm-ssc
|
||||||
|
|
||||||
@@ -23,7 +21,7 @@
|
|||||||
* "v0.0": Final Releases
|
* "v0.0": Final Releases
|
||||||
*/
|
*/
|
||||||
#ifndef PRODUCT_VER_BARE
|
#ifndef PRODUCT_VER_BARE
|
||||||
#define PRODUCT_VER_BARE v1.0 beta 2
|
#define PRODUCT_VER_BARE v1.0 beta 3
|
||||||
#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
|
||||||
|
|||||||
+3
-3
@@ -5,12 +5,12 @@
|
|||||||
|
|
||||||
; 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.0 beta 2"
|
!define PRODUCT_VER "v1.0 beta 3"
|
||||||
!define PRODUCT_DISPLAY "${PRODUCT_ID} ${PRODUCT_VER}"
|
!define PRODUCT_DISPLAY "${PRODUCT_ID} ${PRODUCT_VER}"
|
||||||
!define PRODUCT_BITMAP "ssc"
|
!define PRODUCT_BITMAP "ssc"
|
||||||
|
|
||||||
!define PRODUCT_URL "http://ssc.ajworld.net/sm-ssc/"
|
!define PRODUCT_URL "http://code.google.com/p/sm-ssc/"
|
||||||
!define UPDATES_URL "http://ssc.ajworld.net/sm-ssc/"
|
!define UPDATES_URL "http://code.google.com/p/sm-ssc/"
|
||||||
|
|
||||||
;!define INSTALL_EXTERNAL_PCKS
|
;!define INSTALL_EXTERNAL_PCKS
|
||||||
;!define INSTALL_INTERNAL_PCKS
|
;!define INSTALL_INTERNAL_PCKS
|
||||||
|
|||||||
Reference in New Issue
Block a user