diff options
-rwxr-xr-x | configure.pl | 2 | ||||
-rw-r--r-- | doc/log.txt | 3 | ||||
-rw-r--r-- | readme.txt | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/configure.pl b/configure.pl index b019603ef..d9656ac7a 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 = 18; +my $PATCH_VERSION = 19; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; diff --git a/doc/log.txt b/doc/log.txt index 00eaf1908..606fe9576 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,4 +1,7 @@ +* 1.7.19, ????-??-?? + - Add automatic identification for Intel's Prescott processors + * 1.7.18, 2008-10-22 - Add Doxygen comments from InSiTo - Add ECDSA and ECKAEG benchmarks diff --git a/readme.txt b/readme.txt index 6a45347bf..a47f32d4f 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.7.18 2008-10-22 +Botan 1.7.19-pre ????-??-?? http://botan.randombit.net/ Please note that this is an experimental / development version of |