diff options
-rw-r--r-- | doc/log.txt | 2 | ||||
-rwxr-xr-x | doc/scripts/configure.pl | 4 | ||||
-rw-r--r-- | readme.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/log.txt b/doc/log.txt index 345e91d71..e96056779 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -5,7 +5,7 @@ - Add Rivest's package transform (an all or nothing transform) - Minor speedups to the Turing key schedule -* 1.8.7-pre, 2009-??-?? +* 1.8.7, 2009-09-09 - Fix processing multiple messages in XTS mode - Add --no-autoload option to configure.py, for minimized builds diff --git a/doc/scripts/configure.pl b/doc/scripts/configure.pl index 6cf43e5e6..bd7e41a3e 100755 --- a/doc/scripts/configure.pl +++ b/doc/scripts/configure.pl @@ -15,9 +15,9 @@ my $MAJOR_VERSION = 1; my $MINOR_VERSION = 8; my $PATCH_VERSION = 7; -my $VERSION_SUFFIX = '-pre'; +my $VERSION_SUFFIX = ''; -my $SO_PATCH_VERSION = 7; +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/readme.txt b/readme.txt index 4936116f0..1444c9573 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.9.0-pre 2009-??-?? +Botan 1.9.0-pre 2009-09-09 Botan is a C++ class library for performing a wide variety of cryptographic operations. |