]> granicus.if.org Git - libnl/commitdiff
libnl-3.2.26-rc1 release libnl3_2_26rc1
authorThomas Haller <thaller@redhat.com>
Thu, 5 Mar 2015 19:25:30 +0000 (20:25 +0100)
committerThomas Haller <thaller@redhat.com>
Thu, 5 Mar 2015 19:25:30 +0000 (20:25 +0100)
Signed-off-by: Thomas Haller <thaller@redhat.com>
configure.ac
doc/configure.ac

index 097dca8e866b7e6980991949f478285fac43c484..02453c35caed20e017dbb6cb46706da77a8f7a89 100644 (file)
@@ -13,7 +13,7 @@
 # copied from glib
 m4_define([libnl_major_version], [3])
 m4_define([libnl_minor_version], [2])
-m4_define([libnl_micro_version], [25])
+m4_define([libnl_micro_version], [26])
 m4_define([libnl_git_sha], [m4_esyscmd([ ( [ -d ./.git/ ] && [ "$(readlink -f ./.git/)" = "$(readlink -f "$(git rev-parse --git-dir 2>/dev/null)" 2>/dev/null)" ] && git rev-parse --verify -q HEAD 2>/dev/null ) || true ])])
 
 
@@ -35,12 +35,12 @@ m4_define([libnl_git_sha], [m4_esyscmd([ ( [ -d ./.git/ ] && [ "$(readlink -f ./
 # 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],    [220])
+m4_define([libnl_lt_current],    [221])
 m4_define([libnl_lt_revision],  [0])
-m4_define([libnl_lt_age],        [20])
+m4_define([libnl_lt_age],        [21])
 
 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])
index d4cda8579a32f28ab1a4a260876fed770a963933..d2a60f20ce198340ef56e80354ce9f59049aac30 100644 (file)
@@ -9,7 +9,7 @@
 # Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch>
 #
 
-AC_INIT(libnl-doc, [3.2.25], [http://www.infradead.org/~tgr/libnl/])
+AC_INIT(libnl-doc, [3.2.26-rc1], [http://www.infradead.org/~tgr/libnl/])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([foreign])