aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-01-20 11:29:15 +0000
committerlloyd <[email protected]>2007-01-20 11:29:15 +0000
commit54b95e6be5d3788497d461674869c0e0efc6e15c (patch)
tree340e1806920c293cf3ccab09c5cc08e70b3510a3
parent6754c9a9116eebd7a945e57b08b4eaf7612928a8 (diff)
Bump version to 1.7.0 for Botan head.
-rwxr-xr-xconfigure.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.pl b/configure.pl
index cbd5df49e..1702d7e89 100755
--- a/configure.pl
+++ b/configure.pl
@@ -8,8 +8,8 @@ use File::Spec;
use File::Copy;
my $MAJOR_VERSION = 1;
-my $MINOR_VERSION = 6;
-my $PATCH_VERSION = 1;
+my $MINOR_VERSION = 7;
+my $PATCH_VERSION = 0;
my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION";