aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-05-24 19:58:05 +0000
committerlloyd <[email protected]>2008-05-24 19:58:05 +0000
commit9095f6b374691f829eb3fc62610baa30f295eb1a (patch)
treee8fe311c6cb35632ed46934bfe731361558f6ca6 /configure.pl
parent7d9843775ec5d28c15d1070223185575cebe46ec (diff)
Check in initial changelog for 1.7.7. Increase version number in configure.pl
and in readme.txt
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 1cfbfe64e..6b9b9b71a 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 = 6;
+my $PATCH_VERSION = 7;
my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION";