aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-23 13:55:08 +0000
committerlloyd <[email protected]>2009-10-23 13:55:08 +0000
commit1bbab4ef0544388a46f02ab2985ada55a82c0e9d (patch)
tree280de7757ff8d25464ec32646628d81145ea71d4 /configure.py
parenta25f42bb52627a9fd38288e0bc345f93998cc942 (diff)
Update docs for 1.9.1 release 2009-10-231.9.1
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index c6ab1f99c..45979aa4c 100755
--- a/configure.py
+++ b/configure.py
@@ -39,7 +39,7 @@ class BuildConfigurationInformation(object):
version_minor = 9
version_patch = 1
version_so_patch = 1
- version_suffix = '-dev'
+ version_suffix = ''
version_string = '%d.%d.%d%s' % (
version_major, version_minor, version_patch, version_suffix)