From 64538026395ed6345e5934a310973e2acd760a37 Mon Sep 17 00:00:00 2001 From: Colby Klein Date: Tue, 25 Dec 2012 11:36:06 -0800 Subject: [PATCH] Bump version to beta 1. --- src/ProductInfo.h | 2 +- src/ProductInfo.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ProductInfo.h b/src/ProductInfo.h index ff4d6be8a2..4847ad6be4 100644 --- a/src/ProductInfo.h +++ b/src/ProductInfo.h @@ -30,7 +30,7 @@ * */ #ifndef PRODUCT_VER_BARE -#define PRODUCT_VER_BARE v5.0 alpha 3 +#define PRODUCT_VER_BARE v5.0 beta 1 #endif /** diff --git a/src/ProductInfo.inc b/src/ProductInfo.inc index cceb6c0448..4481b789ef 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 alpha 3" +!define PRODUCT_VER "v5.0 beta 1" !define PRODUCT_DISPLAY "${PRODUCT_FAMILY} ${PRODUCT_VER}" !define PRODUCT_BITMAP "sm5"