diff options
author | lloyd <[email protected]> | 2011-05-12 12:56:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-05-12 12:56:46 +0000 |
commit | d75753b365350bd2e330aecdd98abc89f73fca23 (patch) | |
tree | 29e312a163060986d3b2b40d2ef6830904f503f1 /botan_version.py | |
parent | 4cf2e6a56d58547d241fb8cc42a95924add97665 (diff) |
Modify soname to match Unix conventions at suggestion of Debian
maintainer.
Namespace the headers in /usr/local/include/botan-1.9/botan, so
multiple versions can be installed in parallel.
Down version to 1.9.18 since there are a good number of changes in
this release already.
Diffstat (limited to 'botan_version.py')
-rw-r--r-- | botan_version.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/botan_version.py b/botan_version.py index 491cdc204..700251e02 100644 --- a/botan_version.py +++ b/botan_version.py @@ -1,6 +1,8 @@ release_major = 1 -release_minor = 10 -release_patch = 0 +release_minor = 9 +release_patch = 18 + +release_so_abi_rev = 0 release_datestamp = 0 |