summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2013-10-22 13:26:12 (GMT)
committerThomas Graf <tgraf@suug.ch>2013-10-22 13:26:12 (GMT)
commit74db300236b600c0c38030f5977d9d4a77063af5 (patch)
tree28364b18079e1dc04a77005e6c6be25133b235b1
parent549010c52adc9baceacbd07f09f51f1a9de69f7d (diff)
downloadlibnl-libnl3_2_23rc1.zip
libnl-libnl3_2_23rc1.tar.gz
libnl-libnl3_2_23rc1.tar.bz2
libnl-3.2.23-rc1 releaselibnl3_2_23rc1
-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])