diff options
author | lloyd <[email protected]> | 2008-09-30 19:47:27 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 19:47:27 +0000 |
commit | 635ad412344dfecf823422f14d880f4b59d11f9d (patch) | |
tree | eedd1b60a3e472e956eb3330b71cb9cfc5983e78 | |
parent | 370db6b6e75fe82a69b4eb51ec29f47c697e2a6e (diff) |
Update soname to 1.7.15, also update readme and log
-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 0ff96c0cc..49710eb6a 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 = 14; +my $PATCH_VERSION = 15; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; diff --git a/doc/log.txt b/doc/log.txt index 574414a25..135cce82d 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,4 +1,7 @@ +* 1.7.15, ????-??-?? + - Alter configure.pl options for better autotools compatability + * 1.7.14, 2008-09-30 - Split library into parts allowing modular builds - Add (very preliminary) CMS support to the main library diff --git a/readme.txt b/readme.txt index a5d1dea8d..670ce6c97 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.7.14 2008-09-30 +Botan 1.7.15 ????-??-?? http://botan.randombit.net/ Please note that this is an experimental / development version of |