From 8fa1da7a26ae7b5f0c4ea25138ff4efd492c98fa Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 27 Dec 2011 11:23:18 -0600 Subject: [PATCH] next release will be sm5 alpha 1 --- configure.ac | 2 +- src/ProductInfo.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0bff939e73..50adf543a9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(StepMania 5, experimental, [http://ssc.ajworld.net/sm-ssc/], StepMania) +AC_INIT(StepMania 5, alpha 1, [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 c04723b560..cbb9b296a6 100644 --- a/src/ProductInfo.h +++ b/src/ProductInfo.h @@ -35,7 +35,7 @@ * */ #ifndef PRODUCT_VER_BARE -#define PRODUCT_VER_BARE v5.0 Preview 4 +#define PRODUCT_VER_BARE v5.0 alpha 1 #endif /**