diff options
author | lloyd <[email protected]> | 2011-07-08 19:45:45 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-07-08 19:45:45 +0000 |
commit | a7c23742ed5853034f836e6da3035a923ab79d7e (patch) | |
tree | 09853db88b480e4af29b883a6c694336d4edcc27 | |
parent | 888d918b9eb1c2ce00576795e5109b4f4e6a5b7f (diff) |
Tick to 1.8.13 release1.8.13
-rwxr-xr-x | configure.py | 2 | ||||
-rw-r--r-- | doc/log.txt | 2 | ||||
-rw-r--r-- | readme.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.py b/configure.py index 31c0f17ae..e3c0f174e 100755 --- a/configure.py +++ b/configure.py @@ -39,7 +39,7 @@ class BuildConfigurationInformation(object): version_minor = 8 version_patch = 13 version_so_patch = 13 - version_suffix = '-dev' + version_suffix = '' 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 93aac321c..31e521804 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,5 @@ -* 1.8.13-dev, Not Yet Released +* 1.8.13, 2011-07-02 - A race in Algorithm_Factory that could cause crashes in multithreaded code has been fixed. diff --git a/readme.txt b/readme.txt index 3635862d0..23f2843d1 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.8.13-dev, Not Yet Released +Botan 1.8.13, 2011-07-02 Botan is a C++ class library for performing a wide variety of cryptographic operations. |