diff options
author | lloyd <[email protected]> | 2011-06-20 13:58:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-06-20 13:58:57 +0000 |
commit | c1d53d08bb945119663ed41c4a67c30a427e3e67 (patch) | |
tree | 62f35317520b2b6d94fed843a7bd51a3fc70c305 | |
parent | 0fa9df1ab454a236aa6bb343157a2bd148738b72 (diff) |
1.8.12 release1.8.12
-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 ac4a4e2c6..e61c3542d 100755 --- a/configure.py +++ b/configure.py @@ -38,8 +38,8 @@ class BuildConfigurationInformation(object): version_major = 1 version_minor = 8 version_patch = 12 - version_so_patch = 12 - version_suffix = '-dev' + version_so_patch = 2 + 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 37c3df509..456762261 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,5 @@ -* 1.8.12-dev, ????-??-?? +* 1.8.12-dev, 2011-06-20 - If EMSA3(Raw) was used for more than one signature, it would produce incorrect output. - Fix the --enable-debug option to configure.py diff --git a/readme.txt b/readme.txt index 25eff7524..0d9186720 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.8.12-dev, ????-??-?? +Botan 1.8.12, 2011-06-20 Botan is a C++ class library for performing a wide variety of cryptographic operations. |