summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
parented1f4cba2cd1f55c909bead18bcdb9dc1dd2f6a2 (diff)
Prepare for 3.2.22-rc1 release
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 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])