diff options
author | lloyd <[email protected]> | 2010-11-29 17:08:50 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-11-29 17:08:50 +0000 |
commit | ac68664322c1c770ffd2a52017d8f6b454277d62 (patch) | |
tree | 579578662f23e184bb059d92a507d0cf05c13609 | |
parent | 5c5c68106ee2f2ca6b1181ff83aa080bbd9849d8 (diff) |
Update version numbers for 1.9.11 release
-rwxr-xr-x | configure.py | 4 | ||||
-rw-r--r-- | doc/log.txt | 2 | ||||
-rw-r--r-- | readme.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.py b/configure.py index b99577135..2fe2f3035 100755 --- a/configure.py +++ b/configure.py @@ -45,9 +45,9 @@ class BuildConfigurationInformation(object): version_minor = 9 version_patch = 11 version_so_patch = 11 - version_suffix = '-dev' + version_suffix = '' - version_datestamp = None + version_datestamp = 20101129 version_string = '%d.%d.%d%s' % ( version_major, version_minor, version_patch, version_suffix) diff --git a/doc/log.txt b/doc/log.txt index b3837eff9..6ec755052 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,5 @@ -* 1.9.11-dev, ????-??-?? +* 1.9.11, 2010-11-29 - Many SSL/TLS APIs have changed. This API is still unstable. - The SSL interface requires TR1 (uses std::tr1::function) - Fix SSL handshake failures when using RC4 ciphersuites diff --git a/readme.txt b/readme.txt index aea851d11..7089adaaf 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.9.11-dev, ????-??-?? +Botan 1.9.11, 2010-11-29 http://botan.randombit.net/ Botan is a C++ class library for performing a wide variety of |