From 07defa43792a9494e8c3be35452ea9425ea9cda1 Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Thu, 29 Jan 2015 15:17:26 -0600 Subject: [PATCH] On closer inspection, this shouldn't be changed until 5.1. --- src/ProductInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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