diff options
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 |