summaryrefslogtreecommitdiffstats
path: root/src/mock.py
diff options
context:
space:
mode:
authorMichael E Brown <michael_e_brown@dell.com>2007-11-12 17:21:01 -0600
committerMichael E Brown <michael_e_brown@dell.com>2007-11-12 17:21:01 -0600
commitc45e99f0df42e7531df6038fdcd9371bae162e0a (patch)
tree886614d67891a364e69383e5716883e12b748d8f /src/mock.py
parentaba433e31bd86887348e2910bd2d2143a5b16615 (diff)
downloadmock-c45e99f0df42e7531df6038fdcd9371bae162e0a.tar.gz
mock-c45e99f0df42e7531df6038fdcd9371bae162e0a.tar.xz
mock-c45e99f0df42e7531df6038fdcd9371bae162e0a.zip
version bump
Diffstat (limited to 'src/mock.py')
-rwxr-xr-xsrc/mock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mock.py b/src/mock.py
index 34c782f..08832dd 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.7"
+__VERSION__="0.8.8"
SYSCONFDIR="/usr/local/etc"
PYTHONDIR="/usr/local/lib/python2.5/site-packages"
PKGPYTHONDIR="/usr/local/lib/python2.5/site-packages/mock"