diff --git a/stepmania/src/ProductInfo.h b/stepmania/src/ProductInfo.h index f37ce8db90..7e9aa6e68a 100644 --- a/stepmania/src/ProductInfo.h +++ b/stepmania/src/ProductInfo.h @@ -12,7 +12,9 @@ #define PRODUCT_ID_BARE StepMania 4 // Version info displayed to the user +#ifndef PRODUCT_VER_BARE #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 #define PRODUCT_ID_VER_BARE PRODUCT_ID_BARE PRODUCT_VER_BARE