aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-10-08 00:41:34 +0000
committerlloyd <[email protected]>2007-10-08 00:41:34 +0000
commit0fcaf44cec8d534f070ae336785f7d4889a8b1ad (patch)
tree6388ba4e8c9744b5d594cc43e05bb72719b31de1
parent9f3e915f0d8ba487f513aa22a68487ce591d36b9 (diff)
Bump the version numbers in configure.pl and readme.txt
-rwxr-xr-xconfigure.pl2
-rw-r--r--readme.txt2
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