diff options
author | lloyd <[email protected]> | 2008-11-06 23:46:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-06 23:46:03 +0000 |
commit | 0978074abb8820e77082403d825c8c011758b10d (patch) | |
tree | 39f076abd71d7fb43eabcecd61cc8491f7ae66fe | |
parent | ad868620daaed3f73d157ad594ce317a05ebe23d (diff) |
Reset version as 1.7.20-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 f6335de34..a9104c0e3 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 = 19; +my $PATCH_VERSION = 20; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; diff --git a/doc/log.txt b/doc/log.txt index 4353939fa..2faea51da 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,4 +1,6 @@ +* 1.7.20-pre, ????-??-?? + * 1.7.19, 2008-11-06 - Add HMAC_RNG, based on a design by Hugo Krawczyk - Optimized the Turing stream cipher (about 20% faster on x86-64) diff --git a/readme.txt b/readme.txt index dba0eee30..ce5f60d3f 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.7.19 2008-11-06 +Botan 1.7.20-pre ????-??-?? http://botan.randombit.net/ Please note that this is an experimental / development version of |