diff options
author | lloyd <[email protected]> | 2011-04-11 18:52:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-11 18:52:02 +0000 |
commit | 14fa61b489d059e7a7b10a205a4b0b498fac1695 (patch) | |
tree | c402278fe2002db68c37fda82f3b26719cfca934 /botan_version.py | |
parent | c0dfc62301fc7c30262d8381bb731c39e948a75c (diff) |
I think this fixes the soname stuff
Diffstat (limited to 'botan_version.py')
-rw-r--r-- | botan_version.py | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/botan_version.py b/botan_version.py index ff1b7c22b..0a87a1a89 100644 --- a/botan_version.py +++ b/botan_version.py @@ -1,8 +1,6 @@ -major = 1 -minor = 9 -patch = 16 +release_major = 1 +release_minor = 9 +release_patch = 16 -so_patch = 16 -release_suffix = '-dev' -datestamp = 0 +release_datestamp = 20110411 |