aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-09 19:05:22 +0000
committerlloyd <[email protected]>2009-10-09 19:05:22 +0000
commita7b4116a35fcf749fb92c32027bb69e1e371d659 (patch)
treed0d39ce056aee934b0aa4420dd502f28f6d35107 /configure.py
parentad3e359441f15e4f1fb489cf2b4be024c23a72d2 (diff)
Bump version to 1.9.1-rc1
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 857cab7e7..1590e8559 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 = '-rc1'
version_string = '%d.%d.%d%s' % (
version_major, version_minor, version_patch, version_suffix)