From 906040db46db13e7c77dbaca4634c72a0c03255c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 5 Nov 2009 04:10:24 +0000 Subject: [PATCH] allow overriding, like PRODUCT_ID --- stepmania/src/ProductInfo.h | 2 ++ 1 file changed, 2 insertions(+) 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