]> granicus.if.org Git - libnl/commitdiff
3.2.18 release libnl3_2_18
authorThomas Graf <tgraf@suug.ch>
Tue, 8 Jan 2013 13:47:03 +0000 (14:47 +0100)
committerThomas Graf <tgraf@suug.ch>
Tue, 8 Jan 2013 13:47:03 +0000 (14:47 +0100)
configure.ac
doc/configure.ac

index 9f62d055da7ea145f54fef6e51c69d55ba62ec42..5e57e43ac27e60753568e802955e2e2403fa39fa 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], [17])
+m4_define([libnl_micro_version], [18])
 
 
 # If either revision or age are omitted, they default to 0. Also note that age
@@ -34,8 +34,8 @@ m4_define([libnl_micro_version], [17])
 # 6. If any interfaces have been removed since the last public release, then
 #    set age to 0.
 
-m4_define([libnl_lt_current],    [213])
-m4_define([libnl_lt_revision],  [0])
+m4_define([libnl_lt_current],    [214])
+m4_define([libnl_lt_revision],  [1])
 m4_define([libnl_lt_age],        [13])
 
 m4_define([libnl_version],
index d4e8e99288fec6296c828004327030eba47a381f..fb7ba6d627ee8383807103ecab236f856ce6a52f 100644 (file)
@@ -9,7 +9,7 @@
 # Copyright (c) 2003-2012 Thomas Graf <tgraf@suug.ch>
 #
 
-AC_INIT(libnl-doc, [3.2.17], [http://www.infradead.org/~tgr/libnl/])
+AC_INIT(libnl-doc, [3.2.18], [http://www.infradead.org/~tgr/libnl/])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([foreign])