summaryrefslogtreecommitdiffstats
path: root/src
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 /src
parent7ec6a1e9d202ab56fb31c914dbf7516c045e56ab (diff)
downloadmock-f4475c5b877f500a0c62bb9dcd901e0fa6852946.tar.gz
mock-f4475c5b877f500a0c62bb9dcd901e0fa6852946.tar.xz
mock-f4475c5b877f500a0c62bb9dcd901e0fa6852946.zip
version bump
Diffstat (limited to 'src')
-rwxr-xr-xsrc/mock.py2
1 files changed, 1 insertions, 1 deletions
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"