diff options
author | lloyd <[email protected]> | 2012-07-19 21:43:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-07-19 21:43:51 +0000 |
commit | ee912cd748a9b0bf56c84a49896dd2d57e0f81a6 (patch) | |
tree | 7c0bdc8c23f2fee44cb542d3b2523546c507342d | |
parent | 7e3b82efa459b2c08d1d12b06951cdc22b16df6e (diff) |
Update for 1.11.0 release1.11.0
-rw-r--r-- | botan_version.py | 2 | ||||
-rw-r--r-- | doc/download.rst | 4 | ||||
-rw-r--r-- | doc/relnotes/1_11_0.rst | 2 | ||||
-rw-r--r-- | readme.txt | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/botan_version.py b/botan_version.py index 0da604b64..ef75fd5f8 100644 --- a/botan_version.py +++ b/botan_version.py @@ -6,4 +6,4 @@ release_patch = 0 release_vc_rev = None release_so_abi_rev = 0 -release_datestamp = 0 +release_datestamp = 20120719 diff --git a/doc/download.rst b/doc/download.rst index 25a17c125..da57cbde1 100644 --- a/doc/download.rst +++ b/doc/download.rst @@ -17,7 +17,9 @@ Current Development Series (1.11) ---------------------------------------- The latest version of the current development series, from branch -``net.randombit.botan``, is :doc:`relnotes/1_11_0` +``net.randombit.botan``, is :doc:`relnotes/1_11_0`: +:tgz:`1.11.0` (:tgz_sig:`sig <1.11.0>`), +:tbz:`1.11.0` (:tbz_sig:`sig <1.11.0>`) .. note:: diff --git a/doc/relnotes/1_11_0.rst b/doc/relnotes/1_11_0.rst index 6536ae34d..bfcdc213a 100644 --- a/doc/relnotes/1_11_0.rst +++ b/doc/relnotes/1_11_0.rst @@ -1,4 +1,4 @@ -Version 1.11.0, Not Yet Released +Version 1.11.0, 2012-07-19 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. note:: diff --git a/readme.txt b/readme.txt index 5ea72c4eb..225323413 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.11.0, ????-??-?? +Botan 1.11.0, 2012-07-19 http://botan.randombit.net/ Botan is a C++ class library for performing a wide variety of |