summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <michael_e_brown@dell.com>2007-11-19 16:29:58 -0600
committerMichael E Brown <michael_e_brown@dell.com>2007-11-19 16:29:58 -0600
commitf4475c5b877f500a0c62bb9dcd901e0fa6852946 (patch)
tree8093af45861ea95633b7c16e402c12f82c5261c2
parent7ec6a1e9d202ab56fb31c914dbf7516c045e56ab (diff)
downloadmock-f4475c5b877f500a0c62bb9dcd901e0fa6852946.tar.gz
mock-f4475c5b877f500a0c62bb9dcd901e0fa6852946.tar.xz
mock-f4475c5b877f500a0c62bb9dcd901e0fa6852946.zip
version bump
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rwxr-xr-xsrc/mock.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 3433f00..df3d9e3 100755
--- a/configure
+++ b/configure
@@ -1949,7 +1949,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=0
temp_RELEASE_MINOR=8
-temp_RELEASE_SUBLEVEL=8
+temp_RELEASE_SUBLEVEL=9
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/configure.ac b/configure.ac
index fe8bce2..dce19c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_INIT([mock],[0.8.8])
temp_RELEASE_NAME=mock
temp_RELEASE_MAJOR=0
temp_RELEASE_MINOR=8
-temp_RELEASE_SUBLEVEL=8
+temp_RELEASE_SUBLEVEL=9
temp_RELEASE_EXTRALEVEL=
####################################
diff --git a/src/mock.py b/src/mock.py
index a81c4fc..6618e22 100755
--- a/src/mock.py
+++ b/src/mock.py
@@ -31,7 +31,7 @@ import time
from optparse import OptionParser
# all of the variables below are substituted by the build system
-__VERSION__="0.8.8"
+__VERSION__="0.8.9"
SYSCONFDIR="/usr/local/etc"
PYTHONDIR="/usr/local/lib/python2.5/site-packages"
PKGPYTHONDIR="/usr/local/lib/python2.5/site-packages/mock"