aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-03-01 13:08:51 +0000
committerlloyd <[email protected]>2011-03-01 13:08:51 +0000
commitc994122b8b42a42a6f7709e4d7755036604990ce (patch)
treee5e28f42591a294ec06a906f25d6cb1748065dc3 /configure.py
parent1073da25ac5f1cc92c8ca4342ca167143fa649a7 (diff)
Tick version numbers for 1.9.14 release1.9.14
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 b27f6250a..1018dc8d8 100755
--- a/configure.py
+++ b/configure.py
@@ -45,9 +45,9 @@ class BuildConfigurationInformation(object):
version_minor = 9
version_patch = 14
version_so_patch = 14
- version_suffix = '-dev'
+ version_suffix = ''
- version_datestamp = 0
+ version_datestamp = 20110301
version_string = '%d.%d.%d%s' % (
version_major, version_minor, version_patch, version_suffix)