diff options
author | lloyd <[email protected]> | 2008-03-08 18:13:58 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-03-08 18:13:58 +0000 |
commit | dc33a3a5817cdb376e90c826762b1408bbfa1e53 (patch) | |
tree | 19e9b322076ba09fca71deb7523d68ee614088a3 | |
parent | 05513f3b2ab89b7e12e480209db6222c9a74f3c4 (diff) |
Bump version number in configure.pl1.6.4
-rwxr-xr-x | configure.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl index 74b4e6501..56d7262b5 100755 --- a/configure.pl +++ b/configure.pl @@ -9,7 +9,7 @@ use File::Copy; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 6; -my $PATCH_VERSION = 3; +my $PATCH_VERSION = 4; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |