diff options
author | Jack Lloyd <[email protected]> | 2015-07-02 07:02:12 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-07-02 07:02:12 -0400 |
commit | 2c4a8aa78a3cb40a3a5ab7a902db2a55e4d33388 (patch) | |
tree | da24846566ba8849f028a4d97a2c9a6da8c9ff50 /botan_version.py | |
parent | 81596ebe15f11d87372212b8f1a99041c6eb29c0 (diff) |
Bump version to 1.11.18, update docs to reflect mtn->git conversion
Drop vcs.rst as unlike monotone, git+github probably doesn't require
special instructions. Drop users.rst as it has been moved to the
github wiki.
Diffstat (limited to 'botan_version.py')
-rw-r--r-- | botan_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/botan_version.py b/botan_version.py index b6d3e56a5..4ee159f0c 100644 --- a/botan_version.py +++ b/botan_version.py @@ -1,7 +1,7 @@ release_major = 1 release_minor = 11 -release_patch = 17 +release_patch = 18 release_so_abi_rev = release_patch # These are set by the distribution script |