diff options
author | lloyd <[email protected]> | 2011-03-14 13:55:11 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-03-14 13:55:11 +0000 |
commit | d8f3964c910953b976c710c2b980236cdbefdd95 (patch) | |
tree | ced0c25d066a11f4a136b0fe142cae50954c17d3 /configure.py | |
parent | 39a0072fe3005212035218efed8b39201fa3bc84 (diff) |
Shared lib should be marked as a dev release
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 6b9923dc9..cfd920fb8 100755 --- a/configure.py +++ b/configure.py @@ -45,7 +45,7 @@ class BuildConfigurationInformation(object): version_minor = 9 version_patch = 15 version_so_patch = 15 - version_suffix = '' + version_suffix = '-dev' version_datestamp = 0 |