diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-12-26 21:17:54 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-12-26 21:17:54 +0100 |
commit | 091286e666a9d34818a875152ac7659b38656f06 (patch) | |
tree | 22cb4727ea3093ab4df88240412866335f1fb9ce | |
parent | 92eddd8ad5713a2049a8750361f2f4d4518f6efa (diff) | |
download | libmnl-091286e666a9d34818a875152ac7659b38656f06.tar.gz libmnl-091286e666a9d34818a875152ac7659b38656f06.zip |
build: libmnl 1.0.1 release
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r-- | Make_global.am | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Make_global.am b/Make_global.am index 62d0d46..7049189 100644 --- a/Make_global.am +++ b/Make_global.am @@ -18,7 +18,7 @@ # set age to 0. # </snippet> # -LIBVERSION=0:0:0 +LIBVERSION=0:1:0 AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = ${regular_CFLAGS} ${GCC_FVISIBILITY_HIDDEN} diff --git a/configure.ac b/configure.ac index eb1eeb3..264242a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to create configure. -AC_INIT([libmnl], [1.0.0]) +AC_INIT([libmnl], [1.0.1]) AC_CANONICAL_TARGET AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) |