From c66a059944ba549944ddd2205e40e508a533424f Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Wed, 19 Dec 2007 22:34:51 -0600 Subject: bump version. add comment about making sure to fix both version defs. --- configure.ac | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 91407cd..894c08f 100644 --- a/configure.ac +++ b/configure.ac @@ -3,15 +3,14 @@ # Process this file with autoconf to produce a configure script. #################################### -# change version here. -AC_INIT([mock],[0.9.2]) +# change version here. --> BOTH PLACES PLEASE! +AC_INIT([mock],[0.9.4]) temp_RELEASE_NAME=mock temp_RELEASE_MAJOR=0 temp_RELEASE_MINOR=9 -temp_RELEASE_SUBLEVEL=3 +temp_RELEASE_SUBLEVEL=4 temp_RELEASE_EXTRALEVEL= - #################################### AC_PREREQ(2.61) -- cgit