From 54b95e6be5d3788497d461674869c0e0efc6e15c Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 20 Jan 2007 11:29:15 +0000 Subject: Bump version to 1.7.0 for Botan head. --- configure.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.pl') 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"; -- cgit v1.2.3