summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
-rw-r--r--doc/configure.ac4
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 7654b70..66f4f7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,14 +6,14 @@
# License as published by the Free Software Foundation version 2.1
# of the License.
#
-# Copyright (c) 2003-2012 Thomas Graf <tgraf@suug.ch>
+# Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch>
#
# copied from glib
m4_define([libnl_major_version], [3])
m4_define([libnl_minor_version], [2])
-m4_define([libnl_micro_version], [20])
+m4_define([libnl_micro_version], [21])
# The following explanation may help to understand the above rules a bit
@@ -35,7 +35,7 @@ m4_define([libnl_micro_version], [20])
# the new version. Bump current, set revision and age to 0.
m4_define([libnl_lt_current], [216])
-m4_define([libnl_lt_revision], [0])
+m4_define([libnl_lt_revision], [1])
m4_define([libnl_lt_age], [16])
m4_define([libnl_version],
diff --git a/doc/configure.ac b/doc/configure.ac
index 1316f23..4c3a52f 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -6,10 +6,10 @@
# License as published by the Free Software Foundation version 2.1
# of the License.
#
-# Copyright (c) 2003-2012 Thomas Graf <tgraf@suug.ch>
+# Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch>
#
-AC_INIT(libnl-doc, [3.2.20], [http://www.infradead.org/~tgr/libnl/])
+AC_INIT(libnl-doc, [3.2.21], [http://www.infradead.org/~tgr/libnl/])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])