summaryrefslogtreecommitdiffstats
path: root/src/mock.py
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-10-22 18:28:46 -0500
committerMichael E Brown <mebrown@michaels-house.net>2007-10-22 18:28:46 -0500
commit0c6265c09a45ce208d5d0f8fab9a48531dfdcdac (patch)
tree73805fcb613e61937119c6ccff16306d5cdeb985 /src/mock.py
parent85802d4720240b49b6186c61f3684f05d365e878 (diff)
version bumpmock-0.8.4
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 1133490..3c1c57a 100755
--- a/src/mock.py
+++ b/src/mock.py
@@ -30,7 +30,7 @@ import time
from optparse import OptionParser
# all of the variables below are substituted by the build system
-__VERSION__="0.8.3"
+__VERSION__="0.8.4"
SYSCONFDIR="/usr/local/etc"
PYTHONDIR="/usr/local/lib/python2.5/site-packages"
PKGPYTHONDIR="/usr/local/lib/python2.5/site-packages/mock"