summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
-rw-r--r--doc/configure.ac2
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 9f62d05..5e57e43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# copied from glib
m4_define([libnl_major_version], [3])
m4_define([libnl_minor_version], [2])
-m4_define([libnl_micro_version], [17])
+m4_define([libnl_micro_version], [18])
# If either revision or age are omitted, they default to 0. Also note that age
@@ -34,8 +34,8 @@ m4_define([libnl_micro_version], [17])
# 6. If any interfaces have been removed since the last public release, then
# set age to 0.
-m4_define([libnl_lt_current], [213])
-m4_define([libnl_lt_revision], [0])
+m4_define([libnl_lt_current], [214])
+m4_define([libnl_lt_revision], [1])
m4_define([libnl_lt_age], [13])
m4_define([libnl_version],
diff --git a/doc/configure.ac b/doc/configure.ac
index d4e8e99..fb7ba6d 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -9,7 +9,7 @@
# Copyright (c) 2003-2012 Thomas Graf <tgraf@suug.ch>
#
-AC_INIT(libnl-doc, [3.2.17], [http://www.infradead.org/~tgr/libnl/])
+AC_INIT(libnl-doc, [3.2.18], [http://www.infradead.org/~tgr/libnl/])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])