aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-03-21 12:24:15 +0000
committerlloyd <[email protected]>2011-03-21 12:24:15 +0000
commitac2f16b27ff6513bf51fcaad4f1bf4be31af2fe2 (patch)
tree5cd56f0fec4d4c16aa897daf8e3077f220a0d269 /configure.py
parent7a9155c2882be47ece556071ce005daf5d64758c (diff)
Update notes, version, and readme for 1.9.15, first release candidate1.9.151.10.0-rc1
for 1.10.0
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 4698b0f66..99ab7c15f 100755
--- a/configure.py
+++ b/configure.py
@@ -45,9 +45,9 @@ class BuildConfigurationInformation(object):
version_minor = 9
version_patch = 15
version_so_patch = 15
- version_suffix = '-dev'
+ version_suffix = ''
- version_datestamp = 0
+ version_datestamp = 20110321
version_string = '%d.%d.%d%s' % (
version_major, version_minor, version_patch, version_suffix)