aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-09 19:18:49 +0000
committerlloyd <[email protected]>2008-11-09 19:18:49 +0000
commitb01c1d79f02de8ca5c02f08e73cedeadc4d0753a (patch)
tree65adeb0029097d091b4d54018a0efc5ec5302d91
parent4781f307dac8a9d8854ee5325bb018ceb52f5b74 (diff)
Tick version to 1.7.21-pre
-rwxr-xr-xconfigure.pl2
-rw-r--r--doc/log.txt2
-rw-r--r--readme.txt2
3 files changed, 4 insertions, 2 deletions
diff --git a/configure.pl b/configure.pl
index 2110a9809..8fa976fff 100755
--- a/configure.pl
+++ b/configure.pl
@@ -13,7 +13,7 @@ use Sys::Hostname;
my $MAJOR_VERSION = 1;
my $MINOR_VERSION = 7;
-my $PATCH_VERSION = 20;
+my $PATCH_VERSION = 21;
my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION";
diff --git a/doc/log.txt b/doc/log.txt
index 6e44dfe5a..ee34bf08a 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,4 +1,6 @@
+* 1.7.21, ????-??-??
+
* 1.7.20, 2008-11-09
- Namespace pkg-config file by major and minor versions
- Cache device descriptors in Device_EntropySource
diff --git a/readme.txt b/readme.txt
index 02285bc8b..4671df742 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Botan 1.7.20 2008-11-09
+Botan 1.7.21-pre ????-??-??
http://botan.randombit.net/
Please note that this is an experimental / development version of