diff options
author | lloyd <[email protected]> | 2008-04-29 15:04:33 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-29 15:04:33 +0000 |
commit | 06997750dd74af4fb5278e27e87dc409ed561c7f (patch) | |
tree | 54a25f037452a4c4306e073e2defcd2269b1e6ff /configure.pl | |
parent | aacaef7d54e997834baf64308b39a102eeb3dd1f (diff) |
Bump version to 1.7.6 in configure.pl
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 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"; |