summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2021-11-18 11:10:48 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2021-11-18 11:11:25 +0100
commitb0e4be94c0b8f68d4e912402b93a130063c34e17 (patch)
tree54b217ad871f5fd45f9d9ec02ae674154dfe8c79 /src
parent58218f86f3e4479f0d8a963792d17fb0ccdebcc9 (diff)
build: bump version to 1.0.2libnetfilter_log-1.0.2
New API: nflog_attr_*() and nflog_nlmsg_*(), update LIBVERSION. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 203ca0c..c0f5286 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@
# set age to 0.
# </snippet>
#
-LIBVERSION = 2:0:1
+LIBVERSION = 3:0:2
IPULOG_LIBVERSION = 1:0:0
include ${top_srcdir}/Make_global.am