diff options
author | lloyd <[email protected]> | 2006-07-13 14:35:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-07-13 14:35:57 +0000 |
commit | 7457026a184011809dbfaf39fd45983784fda20d (patch) | |
tree | 9d519859e952473d32dbae3845c243a599208c75 /configure.pl | |
parent | d900c233c0b653cf88c9d9f5e8fc6d30ae8c27df (diff) |
Version bump
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 96466187c..2f2ee44f4 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 = 9; +my $PATCH_VERSION = 10; # 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 |