diff --git a/stepmania/src/ProductInfo.h b/stepmania/src/ProductInfo.h index b3d4a08850..4658f480c0 100644 --- a/stepmania/src/ProductInfo.h +++ b/stepmania/src/ProductInfo.h @@ -2,5 +2,6 @@ // Don't forget to also change ProductInfo.nsinc! #define PRODUCT_NAME "StepMania" -#define PRODUCT_VER "3.9 alpha 4b" +#define PRODUCT_VER "3.9 random build" +// #define PRODUCT_VER "3.9 alpha 4b" #define PRODUCT_NAME_VER PRODUCT_NAME " " PRODUCT_VER diff --git a/stepmania/src/ProductInfo.inc b/stepmania/src/ProductInfo.inc index 9e4107143b..eb7961947d 100644 --- a/stepmania/src/ProductInfo.inc +++ b/stepmania/src/ProductInfo.inc @@ -2,7 +2,8 @@ ; Don't forget to also change ProductInfo.h! !define PRODUCT_NAME "StepMania" -!define PRODUCT_VER "3.9 alpha 4b" +!define PRODUCT_VER "3.9 random build" +// !define PRODUCT_VER "3.9 alpha 4b" !define PRODUCT_NAME_VER "${PRODUCT_NAME} ${PRODUCT_VER}" ; String used for the install directory and registry locations