allow overriding, like PRODUCT_ID
This commit is contained in:
@@ -12,7 +12,9 @@
|
|||||||
#define PRODUCT_ID_BARE StepMania 4
|
#define PRODUCT_ID_BARE StepMania 4
|
||||||
|
|
||||||
// Version info displayed to the user
|
// Version info displayed to the user
|
||||||
|
#ifndef PRODUCT_VER_BARE
|
||||||
#define PRODUCT_VER_BARE alpha 4
|
#define PRODUCT_VER_BARE alpha 4
|
||||||
|
#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
|
||||||
#define PRODUCT_ID_VER_BARE PRODUCT_ID_BARE PRODUCT_VER_BARE
|
#define PRODUCT_ID_VER_BARE PRODUCT_ID_BARE PRODUCT_VER_BARE
|
||||||
|
|||||||
Reference in New Issue
Block a user