diff options
author | lloyd <[email protected]> | 2008-03-10 14:37:36 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-03-10 14:37:36 +0000 |
commit | 07837c7699fbe4c2474c8a2fe20c71888d57eef0 (patch) | |
tree | 911df203fac89f77126d327ec37bd9f638628613 /configure.pl | |
parent | 758d5246ea13111b31791e797b059b2b39a512b8 (diff) |
Changes for 1.7.4
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 033e99a7f..c7d92e2f2 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 = 3; +my $PATCH_VERSION = 4; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |