diff options
author | lloyd <[email protected]> | 2009-08-13 18:27:24 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-08-13 18:27:24 +0000 |
commit | e760bf5a77b9439b268c9dbccd4b88b0a9350039 (patch) | |
tree | 2617b0a4b6f91b58d9b87eff01c6ee40275b9fd7 /configure.py | |
parent | 5a179770aece4923ed690460b83b4cf570cdfe98 (diff) |
Move 1.8 releases to a branch. Flip version numbers to 1.8.7-pre
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.py b/configure.py index 75e57f95e..d1bd46cb5 100755 --- a/configure.py +++ b/configure.py @@ -37,9 +37,9 @@ class BuildConfigurationInformation(object): """ version_major = 1 version_minor = 8 - version_patch = 6 - version_so_patch = 2 - version_suffix = '' + version_patch = 7 + version_so_patch = 7 + version_suffix = '-pre' version_string = '%d.%d.%d%s' % ( version_major, version_minor, version_patch, version_suffix) |