aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-04-29 15:04:33 +0000
committerlloyd <[email protected]>2008-04-29 15:04:33 +0000
commit06997750dd74af4fb5278e27e87dc409ed561c7f (patch)
tree54a25f037452a4c4306e073e2defcd2269b1e6ff
parentaacaef7d54e997834baf64308b39a102eeb3dd1f (diff)
Bump version to 1.7.6 in configure.pl
-rwxr-xr-xconfigure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl
index f055295fa..1cfbfe64e 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 = 5;
+my $PATCH_VERSION = 6;
my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION";