From bc8a3bcd9a989ef94dbc79d571b840df1c9902f7 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 22 Apr 2008 16:55:52 -0400 Subject: Prep for release. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9bfbef4..37a6d5e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,12 +4,12 @@ #################################### # change version here. --> BOTH PLACES PLEASE! -AC_INIT([mock],[0.9.8]) +AC_INIT([mock],[0.9.9]) temp_RELEASE_NAME=mock temp_RELEASE_MAJOR=0 temp_RELEASE_MINOR=9 -temp_RELEASE_SUBLEVEL=8 +temp_RELEASE_SUBLEVEL=9 temp_RELEASE_EXTRALEVEL= #################################### -- cgit