summaryrefslogtreecommitdiffstats
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 eac635c..cfda577 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], [22])
+m4_define([libnl_micro_version], [23-rc1])
# The following explanation may help to understand the above rules a bit
@@ -34,9 +34,9 @@ m4_define([libnl_micro_version], [22])
# 3. Programs may need to be changed, recompiled, relinked in order to use
# the new version. Bump current, set revision and age to 0.
-m4_define([libnl_lt_current], [217])
+m4_define([libnl_lt_current], [218])
m4_define([libnl_lt_revision], [0])
-m4_define([libnl_lt_age], [17])
+m4_define([libnl_lt_age], [18])
m4_define([libnl_version],
[libnl_major_version.libnl_minor_version.libnl_micro_version])
diff --git a/doc/configure.ac b/doc/configure.ac
index 42cde8d..b55d298 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -9,7 +9,7 @@
# Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch>
#
-AC_INIT(libnl-doc, [3.2.22], [http://www.infradead.org/~tgr/libnl/])
+AC_INIT(libnl-doc, [3.2.23-rc1], [http://www.infradead.org/~tgr/libnl/])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])