diff options
author | lloyd <[email protected]> | 2006-07-08 11:58:04 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-07-08 11:58:04 +0000 |
commit | f83486cd1db68bf4e5b61ad84f5a8b130fe2c482 (patch) | |
tree | f305eb2404e1dcda9c19c33f36caa93ceaaaa7c4 /configure.pl | |
parent | 3d4734a8aad130f36cf61a39eb8dfcca0eccb816 (diff) |
Version bump to 1.5.9
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 3a119c235..96466187c 100755 --- a/configure.pl +++ b/configure.pl @@ -21,7 +21,7 @@ my $PROJECT_NAME_LC = lc $PROJECT_NAME; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 5; -my $PATCH_VERSION = 8; +my $PATCH_VERSION = 9; # If 1, then we always copy include files, without attempting to make symlinks # or hardlinks. It seems that link("","") will succeed on Windows, but the |