diff options
author | lloyd <[email protected]> | 2008-11-09 19:18:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-09 19:18:49 +0000 |
commit | b01c1d79f02de8ca5c02f08e73cedeadc4d0753a (patch) | |
tree | 65adeb0029097d091b4d54018a0efc5ec5302d91 | |
parent | 4781f307dac8a9d8854ee5325bb018ceb52f5b74 (diff) |
Tick version to 1.7.21-pre
-rwxr-xr-x | configure.pl | 2 | ||||
-rw-r--r-- | doc/log.txt | 2 | ||||
-rw-r--r-- | readme.txt | 2 |
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 |