From 067035e42c55c2c26f996d2869727e8375c1bcf2 Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 31 May 2007 03:50:59 +0000 Subject: Bump the version to 1.7.1 in configure; there has been enough that it shouldn't be marked as 1.7.0 at least. --- configure.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.pl') diff --git a/configure.pl b/configure.pl index 201bcb0ce..09579b401 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 = 0; +my $PATCH_VERSION = 1; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; -- cgit v1.2.3