diff options
author | lloyd <[email protected]> | 2008-09-14 03:51:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-14 03:51:41 +0000 |
commit | 33a3cf904d1df95cbf0f04515b894bc7105cebb8 (patch) | |
tree | f5e37bfe26fdcd18bd21523e28e6e71a83e5b8f4 /configure.pl | |
parent | 9154d2e93c7fd4986c38bf62e12241db550dc420 (diff) |
Update soname in configure
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 747838fd4..ec7fbc609 100755 --- a/configure.pl +++ b/configure.pl @@ -12,7 +12,7 @@ use Sys::Hostname; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 7; -my $PATCH_VERSION = 11; +my $PATCH_VERSION = 12; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |