From 3c235224dbdcb5e62c3bb9a46c82e9ed3bccadba Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Tue, 27 Jan 2015 20:34:31 -0600 Subject: [PATCH] Update version in configure.ac. It's been forever. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e3d9f78c06..2d9ab6e47d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(StepMania 5, beta 0, [https://github.com/stepmania/stepmania], StepMania, [http://stepmania.com]) +AC_INIT(StepMania, 5.0, [https://github.com/stepmania/stepmania], StepMania, [http://stepmania.com]) AC_CONFIG_SRCDIR([src/StepMania.cpp]) AC_CONFIG_AUX_DIR(autoconf) AC_CANONICAL_TARGET