aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-12-13 21:47:30 +0000
committerlloyd <[email protected]>2010-12-13 21:47:30 +0000
commitd5af39b6306086baa4159a18ad833b1c3e1e573b (patch)
treef52b7068588df690438854a38d047be202658d22 /configure.py
parent02aaf20a0c53a5bb92c073d1c940be7ad516ece1 (diff)
Update versions for 1.9.12 release1.9.12
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.py b/configure.py
index 665c6cc41..580ba054e 100755
--- a/configure.py
+++ b/configure.py
@@ -45,9 +45,9 @@ class BuildConfigurationInformation(object):
version_minor = 9
version_patch = 12
version_so_patch = 12
- version_suffix = '-dev'
+ version_suffix = ''
- version_datestamp = None
+ version_datestamp = 20101213
version_string = '%d.%d.%d%s' % (
version_major, version_minor, version_patch, version_suffix)