aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-09-10 00:40:49 +0000
committerlloyd <[email protected]>2009-09-10 00:40:49 +0000
commitcf3dbad02b3e7e703cc41c62652d1a5ae79a31d8 (patch)
treee408d503d08deeafcc8f47d069072520826ec390
parentd61103aada1e69598792addb026aa9f10137e586 (diff)
parentcfbe5126db44ea0a2e8f24dbaaca2126267f78d2 (diff)
propagate from branch 'net.randombit.botan.1_8' (head c7f7c5092848b9c230d1757c74ed25ee9ea52262)
to branch 'net.randombit.botan' (head a1315b63e5c3a6101df388c70ad69dc039437fe8)
-rw-r--r--doc/log.txt2
-rwxr-xr-xdoc/scripts/configure.pl4
-rw-r--r--readme.txt2
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.