diff options
author | lloyd <[email protected]> | 2006-08-15 14:10:47 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-08-15 14:10:47 +0000 |
commit | ae95c1e7e4aafe9fe9adafe7ce7b3e4a379de586 (patch) | |
tree | 8560830b010fbc587fb20439327bf627cd65bf04 /configure.pl | |
parent | 9f17c24a0b9e22e092a4ed1ada4d3d758ccc512a (diff) |
Version bump in the configure script
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 2f2ee44f4..18311fc2e 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 = 10; +my $PATCH_VERSION = 11; # 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 |