diff options
author | lloyd <[email protected]> | 2010-06-16 14:40:09 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-16 14:40:09 +0000 |
commit | a532e4604b8ca33ff5319a975325d06c01438138 (patch) | |
tree | 27db4df5e2f42d68099d555e02652f189e01299d | |
parent | 165671b144884c8787cf2ccda4ef9799dfe47ccd (diff) |
Tick readme, log, configure for 1.8.9 release1.8.9
-rwxr-xr-x | configure.pl | 4 | ||||
-rwxr-xr-x | configure.py | 4 | ||||
-rw-r--r-- | doc/log.txt | 2 | ||||
-rw-r--r-- | readme.txt | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/configure.pl b/configure.pl index e09b6e6d9..d82c9c46d 100755 --- a/configure.pl +++ b/configure.pl @@ -15,9 +15,9 @@ my $MAJOR_VERSION = 1; my $MINOR_VERSION = 8; my $PATCH_VERSION = 9; -my $VERSION_SUFFIX = '-dev'; +my $VERSION_SUFFIX = ''; -my $SO_PATCH_VERSION = 9; +my $SO_PATCH_VERSION = 2; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION$VERSION_SUFFIX"; my $SO_VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$SO_PATCH_VERSION$VERSION_SUFFIX"; diff --git a/configure.py b/configure.py index 46d15a69e..11366ceba 100755 --- a/configure.py +++ b/configure.py @@ -38,8 +38,8 @@ class BuildConfigurationInformation(object): version_major = 1 version_minor = 8 version_patch = 9 - version_so_patch = 9 - 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 6d86f267f..350dabc37 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,5 @@ -* 1.8.9, ????-??-?? +* 1.8.9, 2010-06-16 - Use constant time multiplication in IDEA - Avoid possible timing attack against OAEP decoding - Add new X509::BER_encode and PKCS8::BER_encode diff --git a/readme.txt b/readme.txt index d9cd0d8b4..d03c57df4 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.8.9-dev ????-??-?? +Botan 1.8.9, 2010-06-16 Botan is a C++ class library for performing a wide variety of cryptographic operations. |