diff options
author | Jozsef Kadlecsik <kadlec@netfilter.org> | 2020-11-19 22:41:22 +0100 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@netfilter.org> | 2020-11-19 22:41:22 +0100 |
commit | 29b40974451c7fe82b6e202ce8b70a8446174057 (patch) | |
tree | 5e7eb06a61c31de7bc24b8852d5cc63390d12a33 | |
parent | eee41e3e37714108fe260f94cea2289ecbb390b0 (diff) |
Fix library versioning (Jan Engelhardt)
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Make_global.am | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +7.8 + - Fix library versioning (Jan Engelhardt) + 7.7 - Expose the initval hash parameter to userspace - Handle all variable header parts in helper scripts instead ot test tasks diff --git a/Make_global.am b/Make_global.am index cbc3537..3ad7f73 100644 --- a/Make_global.am +++ b/Make_global.am @@ -69,7 +69,7 @@ # interface. # curr:rev:age -LIBVERSION = 14:1:2 +LIBVERSION = 15:0:2 AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include |