diff options
author | lloyd <[email protected]> | 2010-03-09 15:38:11 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-09 15:38:11 +0000 |
commit | e34b9693d203dcb17e396ba58c00489c7d02a98c (patch) | |
tree | 21b1a0901fedbc1f5259e961378be4eae2cc73d4 | |
parent | 535eb4d66574a0a6d49554de40c277512c7fada1 (diff) |
Update version to 1.9.4 release1.9.4
-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 423a6b80d..862c09fd3 100755 --- a/configure.py +++ b/configure.py @@ -42,7 +42,7 @@ class BuildConfigurationInformation(object): version_minor = 9 version_patch = 4 version_so_patch = 4 - 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 472a87a3c..5d16f8f9b 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,5 @@ -* 1.9.4-dev, ????-??-?? +* 1.9.4, 2010-03-09 - Add the Ajisai SSLv3/TLSv1.0 implementation - Add GOST 34.10-2001 public key signature scheme - Add SIMD implementation of Noekeon diff --git a/readme.txt b/readme.txt index 7a9f4851e..6f1f87ddd 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.9.4-dev, ????-??-?? +Botan 1.9.4, 2010-03-09 Botan is a C++ class library for performing a wide variety of cryptographic operations. |