diff --git a/src/ProductInfo.h b/src/ProductInfo.h index 887f12809e..e6eb886ae6 100644 --- a/src/ProductInfo.h +++ b/src/ProductInfo.h @@ -13,7 +13,7 @@ /** * @brief A unique name for each application that you might want installed side-by-side with other applications. * - * As an example, use "StepMania4" here, not "StepMania". + * 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 @@ -30,7 +30,7 @@ * */ #ifndef PRODUCT_VER_BARE -#define PRODUCT_VER_BARE v5.0 beta 2b +#define PRODUCT_VER_BARE v5.0 beta 3 #endif /** diff --git a/src/ProductInfo.inc b/src/ProductInfo.inc index 4893f0ebcb..0f27a40e4e 100644 --- a/src/ProductInfo.inc +++ b/src/ProductInfo.inc @@ -7,7 +7,7 @@ ; PRODUCT_ID must NOT be "StepMania" unless you want people to uninstall 3.9 ; when they install StepMania 5. (not recommended) !define PRODUCT_ID "StepMania 5" -!define PRODUCT_VER "v5.0 beta 2a" +!define PRODUCT_VER "v5.0 beta 3" !define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}" !define PRODUCT_BITMAP "sm5"