From 1d010be6f558ba252222bd26974c79f37b236ed4 Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Tue, 3 Feb 2009 17:19:20 -0600 Subject: version bump --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7204794..0e7405a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,12 +4,12 @@ #################################### # change version here. --> BOTH PLACES PLEASE! -AC_INIT([mock],[0.9.14pre]) +AC_INIT([mock],[0.9.14]) temp_RELEASE_NAME=mock temp_RELEASE_MAJOR=0 temp_RELEASE_MINOR=9 -temp_RELEASE_SUBLEVEL=14pre +temp_RELEASE_SUBLEVEL=14 temp_RELEASE_EXTRALEVEL= #################################### -- cgit