diff options
author | lloyd <[email protected]> | 2008-09-07 21:10:48 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-07 21:10:48 +0000 |
commit | bd2d5c6a3089387dc6ed0680cd2bf01b0726a5f7 (patch) | |
tree | 3f2bd6c92835fe9011dc204b20e6dcf6bacb3aaa | |
parent | 25c854f86ba0e2ac4c321129757b95afd842a067 (diff) |
Bump to 1.7.11 (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 8cd3adbfb..479d85d64 100755 --- a/configure.pl +++ b/configure.pl @@ -9,7 +9,7 @@ use File::Copy; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 7; -my $PATCH_VERSION = 10; +my $PATCH_VERSION = 11; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; diff --git a/doc/log.txt b/doc/log.txt index ca755e309..7dbd6cc2b 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,4 +1,6 @@ +* 1.7.11, 2008-??-?? + * 1.7.10, 2008-09-05 - Public key benchmarks run using a selection of random keys - New benchmark timer options are clock_gettime, gettimeofday, times, clock diff --git a/readme.txt b/readme.txt index 0b1729848..eabd92894 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.7.10 +Botan 1.7.11 (pre) http://botan.randombit.net/ Please note that this is an experimental / development version of |