diff options
author | lloyd <[email protected]> | 2007-05-31 03:50:59 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-05-31 03:50:59 +0000 |
commit | 067035e42c55c2c26f996d2869727e8375c1bcf2 (patch) | |
tree | 51a737d948324d3d418e42f276c32b7fbc8405a2 /configure.pl | |
parent | 55608e7dd1aa593944f967f2549564e4f42b654e (diff) |
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.
Diffstat (limited to 'configure.pl')
-rwxr-xr-x | configure.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |