aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-03-31 14:03:13 +0000
committerlloyd <[email protected]>2008-03-31 14:03:13 +0000
commit91c318bbad1fcff1c9b04f1077fb4ec75d59a549 (patch)
treef52cdedbbf912f13ac608ab8731ec78942e848bd /configure.pl
parent5cee4a29c7048f18445d14f9801ddba88d3c5626 (diff)
Bump version in configure.pl to 1.7.5
Diffstat (limited to 'configure.pl')
-rwxr-xr-xconfigure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl
index c7d92e2f2..45a9f08cc 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 = 4;
+my $PATCH_VERSION = 5;
my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION";