summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2013-04-28 12:52:26 +0200
committerThomas Graf <tgraf@suug.ch>2013-04-28 12:52:26 +0200
commit183052d0474af6baf1d640dae94b85a23d886b9a (patch)
tree3da9c4cf4a170d1673eb78d5c2a1b50ce30689e7
parented1f4cba2cd1f55c909bead18bcdb9dc1dd2f6a2 (diff)
Prepare for 3.2.22-rc1 release
Signed-off-by: Thomas Graf <tgraf@suug.ch>
-rw-r--r--configure.ac10
-rw-r--r--doc/configure.ac2
2 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index f8cfc80..97eb177 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], [21])
+m4_define([libnl_micro_version], [22])
# The following explanation may help to understand the above rules a bit
@@ -34,12 +34,12 @@ m4_define([libnl_micro_version], [21])
# 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], [216])
-m4_define([libnl_lt_revision], [1])
-m4_define([libnl_lt_age], [16])
+m4_define([libnl_lt_current], [217])
+m4_define([libnl_lt_revision], [0])
+m4_define([libnl_lt_age], [17])
m4_define([libnl_version],
- [libnl_major_version.libnl_minor_version.libnl_micro_version])
+ [libnl_major_version.libnl_minor_version.libnl_micro_version-rc1])
AC_INIT(libnl, [libnl_version], [], [], [http://www.infradead.org/~tgr/libnl/])
AC_CONFIG_HEADERS([lib/defs.h])
diff --git a/doc/configure.ac b/doc/configure.ac
index 4c3a52f..9b4a41f 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.21], [http://www.infradead.org/~tgr/libnl/])
+AC_INIT(libnl-doc, [3.2.22-rc1], [http://www.infradead.org/~tgr/libnl/])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])