diff options
author | lloyd <[email protected]> | 2008-10-08 03:06:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-08 03:06:02 +0000 |
commit | 810844b24de8a8d3cf8c4524fefcdd74f6388c4d (patch) | |
tree | 36530410c23c8ff27a6759bc4f21ca9aecd1ea98 /configure.pl | |
parent | 601001c6325dcdb229ea715abb3addfbe70201af (diff) |
Bump soname to 1.7.16
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 e882ade0e..87d4e8b28 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 = 15; +my $PATCH_VERSION = 16; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |