diff options
author | lloyd <[email protected]> | 2010-06-14 12:34:31 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-14 12:34:31 +0000 |
commit | 4cebacfcf6d819d8d14fb87863ffb74fbd26e409 (patch) | |
tree | 4d1630392d9482871bd3c7675d9b3217c05ccd63 | |
parent | 2670a33d1055d4fa7344004243076763a3e43c28 (diff) |
Remove -dev suffix from version1.9.8
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 9814d75ee..b27dfdb0a 100755 --- a/configure.py +++ b/configure.py @@ -42,7 +42,7 @@ class BuildConfigurationInformation(object): version_minor = 9 version_patch = 8 version_so_patch = 8 - version_suffix = '-dev' + version_suffix = '' version_datestamp = '20100614' |