From d7f74c77d0d857855aec44e3d1f5fa75fbe62bef Mon Sep 17 00:00:00 2001 From: Richard Weinberger Date: Wed, 21 Jun 2017 23:18:46 +0200 Subject: build: bump version to 1.0.3 Time to make a new version such that distros can pick this version. Many distros ship only 1.0.2 which is almost five years old and does not support recent netfilter features such as NFQA_CT. Signed-off-by: Richard Weinberger Signed-off-by: Pablo Neira Ayuso --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 289868f..0c08459 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to create configure. -AC_INIT([libnetfilter_queue], [1.0.2]) +AC_INIT([libnetfilter_queue], [1.0.3]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.3