diff options
author | lloyd <[email protected]> | 2008-09-30 19:47:27 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 19:47:27 +0000 |
commit | 635ad412344dfecf823422f14d880f4b59d11f9d (patch) | |
tree | eedd1b60a3e472e956eb3330b71cb9cfc5983e78 /configure.pl | |
parent | 370db6b6e75fe82a69b4eb51ec29f47c697e2a6e (diff) |
Update soname to 1.7.15, also update readme and log
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 0ff96c0cc..49710eb6a 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 = 14; +my $PATCH_VERSION = 15; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |