diff options
author | lloyd <[email protected]> | 2010-02-14 02:39:56 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-02-14 02:39:56 +0000 |
commit | dfaf4e403fdc7c80a2ac7a91ab699eb85612bb63 (patch) | |
tree | 14e87f81d3df1aecbcef829d6cae91f7d5f298a4 /configure.py | |
parent | 98aa64ac570acfb11be49a11db3e5136a0438755 (diff) |
Give ssl branch its own soname
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 e1b1df7c2..60f86f931 100755 --- a/configure.py +++ b/configure.py @@ -42,7 +42,7 @@ class BuildConfigurationInformation(object): version_minor = 9 version_patch = 4 version_so_patch = 4 - version_suffix = '-dev' + version_suffix = '-ssl-dev' version_string = '%d.%d.%d%s' % ( version_major, version_minor, version_patch, version_suffix) |