aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-20 03:34:36 +0000
committerlloyd <[email protected]>2009-11-20 03:34:36 +0000
commit307b32987c8becf02a2e58d2fd02874a57a9032d (patch)
tree542305e7299aff9c81a15e38b6bb383e3da26ac7 /configure.py
parent34d7ecc997683562a3b639246217eb19531ab225 (diff)
Update log and readme for 1.9.3 release 2009-11-19
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 600fec38d..d1f06ce5c 100755
--- a/configure.py
+++ b/configure.py
@@ -39,7 +39,7 @@ class BuildConfigurationInformation(object):
version_minor = 9
version_patch = 3
version_so_patch = 3
- version_suffix = '-dev'
+ version_suffix = ''
version_string = '%d.%d.%d%s' % (
version_major, version_minor, version_patch, version_suffix)