diff options
author | lloyd <[email protected]> | 2008-11-24 18:42:21 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-24 18:42:21 +0000 |
commit | cc789264c92fdd306aaa07b80c8ea0bc3632b4f9 (patch) | |
tree | 41a2bfb6161853703cb46a643ee8c93aaaf5a38a /configure.pl | |
parent | 894a1da566d5940646514bfa64e74f342695dde4 (diff) |
Document changes since 1.7.23. Bump version number to 1.7.24-pre; I'll
decide later on if changes warrant another release candiate or not. If
not, 1.7.24 will be remarked as 1.8.0 prior to release.
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 3d4ce733d..31ad83859 100755 --- a/configure.pl +++ b/configure.pl @@ -13,7 +13,7 @@ use Sys::Hostname; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 7; -my $PATCH_VERSION = 23; +my $PATCH_VERSION = 24; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |