From 0fa7973c7ba5e62c2acd902769c5842ad1b19f18 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 27 Dec 2011 11:26:32 -0600 Subject: [PATCH] alpha 0 for now though... not released --- configure.ac | 2 +- src/ProductInfo.h | 2 +- src/ProductInfo.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 50adf543a9..55f8fd8497 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(StepMania 5, alpha 1, [http://ssc.ajworld.net/sm-ssc/], StepMania) +AC_INIT(StepMania 5, alpha 0, [http://ssc.ajworld.net/sm-ssc/], StepMania) AC_CONFIG_SRCDIR([src/StepMania.cpp]) AC_CONFIG_AUX_DIR(autoconf) AC_CANONICAL_TARGET diff --git a/src/ProductInfo.h b/src/ProductInfo.h index cbb9b296a6..c9bb9bae03 100644 --- a/src/ProductInfo.h +++ b/src/ProductInfo.h @@ -35,7 +35,7 @@ * */ #ifndef PRODUCT_VER_BARE -#define PRODUCT_VER_BARE v5.0 alpha 1 +#define PRODUCT_VER_BARE v5.0 alpha 0 #endif /** diff --git a/src/ProductInfo.inc b/src/ProductInfo.inc index 114022af3d..511a72ed88 100644 --- a/src/ProductInfo.inc +++ b/src/ProductInfo.inc @@ -5,7 +5,7 @@ ; see ProductInfo.h for use descriptions !define PRODUCT_ID "StepMania" -!define PRODUCT_VER "v5.0 Preview 4" +!define PRODUCT_VER "v5.0 alpha 0" !define PRODUCT_DISPLAY "${PRODUCT_ID} ${PRODUCT_VER}" !define PRODUCT_BITMAP "sm5"