diff options
author | lloyd <[email protected]> | 2007-10-08 00:41:34 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-10-08 00:41:34 +0000 |
commit | 0fcaf44cec8d534f070ae336785f7d4889a8b1ad (patch) | |
tree | 6388ba4e8c9744b5d594cc43e05bb72719b31de1 | |
parent | 9f3e915f0d8ba487f513aa22a68487ce591d36b9 (diff) |
Bump the version numbers in configure.pl and readme.txt
-rwxr-xr-x | configure.pl | 2 | ||||
-rw-r--r-- | readme.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.pl b/configure.pl index 09579b401..498922519 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 = 1; +my $PATCH_VERSION = 2; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; diff --git a/readme.txt b/readme.txt index 756dae6de..fd15539cf 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.7.1 +Botan 1.7.2 (prerelease) Please note that this is an experimental / development version of Botan. Don't be surprised by bugs. No, the documentation hasn't been |