diff options
author | raveit65 <[email protected]> | 2019-06-14 16:46:41 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-16 18:12:44 +0200 |
commit | 926f7131f4d4c52b7dac4aa3123fabd429215723 (patch) | |
tree | 139d3c74454886f0614768c0bcd43a9a0569cd5d | |
parent | d6df71beed6d82538c6375895fb8341dfab06573 (diff) | |
download | marco-926f7131f4d4c52b7dac4aa3123fabd429215723.tar.bz2 marco-926f7131f4d4c52b7dac4aa3123fabd429215723.tar.xz |
bump LT_VERSION_INFO
see docs:
https://www.sourceware.org/autobook/autobook/autobook_61.html#Library-Versioning
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 75039d42..cf8f95de 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl ************************************************************************** dnl Library version information dnl ************************************************************************** -m4_define([lt_current], [1]) +m4_define([lt_current], [2]) m4_define([lt_revision], [0]) m4_define([lt_age], [0]) m4_define([lt_version_info], [lt_current:lt_revision:lt_age]) |