diff --git a/src/ProductInfo.h b/src/ProductInfo.h index d43924109d..4512ee66da 100644 --- a/src/ProductInfo.h +++ b/src/ProductInfo.h @@ -16,7 +16,7 @@ * As an example, use "StepMania4" here, not "StepMania". * It would cause a conflict with older versions such as StepMania 3.X. */ -#define PRODUCT_ID_BARE StepMania 5.0 +#define PRODUCT_ID_BARE StepMania 5 // These cannot be #undef'd so make them unlikely to conflict with anything #define PRODUCT_STRINGIFY(x) #x