diff --git a/stepmania/src/ProductInfo.h b/stepmania/src/ProductInfo.h index 0c898fc55c..4c7332f368 100644 --- a/stepmania/src/ProductInfo.h +++ b/stepmania/src/ProductInfo.h @@ -2,6 +2,6 @@ // Don't forget to also change ProductInfo.nsinc! #define PRODUCT_NAME "StepMania" -//#define PRODUCT_VER "3.9 random build" -#define PRODUCT_VER "3.9 alpha 7" +#define PRODUCT_VER "3.9 random build" +//#define PRODUCT_VER "3.9 alpha 7" #define PRODUCT_NAME_VER PRODUCT_NAME " " PRODUCT_VER