aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-07 21:10:48 +0000
committerlloyd <[email protected]>2008-09-07 21:10:48 +0000
commitbd2d5c6a3089387dc6ed0680cd2bf01b0726a5f7 (patch)
tree3f2bd6c92835fe9011dc204b20e6dcf6bacb3aaa /configure.pl
parent25c854f86ba0e2ac4c321129757b95afd842a067 (diff)
Bump to 1.7.11 (pre)
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 8cd3adbfb..479d85d64 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 = 10;
+my $PATCH_VERSION = 11;
my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION";