aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-30 19:47:27 +0000
committerlloyd <[email protected]>2008-09-30 19:47:27 +0000
commit635ad412344dfecf823422f14d880f4b59d11f9d (patch)
treeeedd1b60a3e472e956eb3330b71cb9cfc5983e78 /configure.pl
parent370db6b6e75fe82a69b4eb51ec29f47c697e2a6e (diff)
Update soname to 1.7.15, also update readme and log
Diffstat (limited to 'configure.pl')
-rwxr-xr-xconfigure.pl2
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";