diff options
author | lloyd <[email protected]> | 2008-09-05 14:43:56 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-05 14:43:56 +0000 |
commit | 23edbc3cd784dce36148133109921990bfe0ddf8 (patch) | |
tree | 6372d59001198c4fe34e5fb264cd835108abb02c /configure.pl | |
parent | 88c28c371ad1c1fec99e2c95ae0a47a775979922 (diff) |
Bump soname to 1.7.10
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 dc50604a5..a9251cd62 100755 --- a/configure.pl +++ b/configure.pl @@ -9,7 +9,7 @@ use File::Copy; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 7; -my $PATCH_VERSION = 9; +my $PATCH_VERSION = 10; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |