From 8619e0e6c7f9637c6ef3348a6e5e5b23ed1a416b Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Thu, 18 Feb 2010 12:50:19 -0600 Subject: version bump to 1.0.5 Signed-off-by: Clark Williams --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 819e4d4..b73a160 100644 --- a/configure.ac +++ b/configure.ac @@ -4,12 +4,12 @@ #################################### # change version here. --> BOTH PLACES PLEASE! -AC_INIT([mock],[1.0.4]) +AC_INIT([mock],[1.0.5]) temp_RELEASE_NAME=mock temp_RELEASE_MAJOR=1 temp_RELEASE_MINOR=0 -temp_RELEASE_SUBLEVEL=4 +temp_RELEASE_SUBLEVEL=5 temp_RELEASE_EXTRALEVEL= #################################### -- cgit