diff options
author | lloyd <[email protected]> | 2008-09-07 21:10:48 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-07 21:10:48 +0000 |
commit | bd2d5c6a3089387dc6ed0680cd2bf01b0726a5f7 (patch) | |
tree | 3f2bd6c92835fe9011dc204b20e6dcf6bacb3aaa /configure.pl | |
parent | 25c854f86ba0e2ac4c321129757b95afd842a067 (diff) |
Bump to 1.7.11 (pre)
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 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"; |