summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@netfilter.org>2020-11-19 22:41:22 +0100
committerJozsef Kadlecsik <kadlec@netfilter.org>2020-11-19 22:41:22 +0100
commit29b40974451c7fe82b6e202ce8b70a8446174057 (patch)
tree5e7eb06a61c31de7bc24b8852d5cc63390d12a33
parenteee41e3e37714108fe260f94cea2289ecbb390b0 (diff)
Fix library versioning (Jan Engelhardt)
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
-rw-r--r--ChangeLog3
-rw-r--r--Make_global.am2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 23e14a7..cce91fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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