diff options
author | lloyd <[email protected]> | 2010-02-24 15:11:01 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-02-24 15:11:01 +0000 |
commit | 83a0887fb47633522be1512a9b85a22769eba564 (patch) | |
tree | 55723de8a99538f511c583c470e1de28e5c211fd /configure.py | |
parent | 64419e2f6f39e531815e057669179c6206f45946 (diff) |
Fix 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 86ca23527..b4712b171 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 = '-ssl-dev' + version_suffix = '-dev' version_string = '%d.%d.%d%s' % ( version_major, version_minor, version_patch, version_suffix) |