summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 3 insertions, 4 deletions
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)