diff options
author | lloyd <[email protected]> | 2013-11-16 14:52:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-11-16 14:52:25 +0000 |
commit | e23193c46074dc28e500a944103abb08ec725723 (patch) | |
tree | ce47b479b1ec39cf9619c4dd92d0ad39340dffd7 /botan_version.py | |
parent | cac58ad976fffdab5d78a4c835c0e3cbd9e33ae8 (diff) |
Enable all the GCC warning flags, as we now require at least GCC 4.7 anyway
Fix a few nullptr and cast warnings.
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 73d8b9160..7b2b9038c 100644 --- a/botan_version.py +++ b/botan_version.py @@ -1,7 +1,7 @@ release_major = 1 release_minor = 11 -release_patch = 5 +release_patch = 6 release_so_abi_rev = release_patch # These are set by the distribution script |