]> granicus.if.org Git - libnl/commitdiff
3.2.17 release libnl3_2_17
authorThomas Graf <tgraf@suug.ch>
Fri, 4 Jan 2013 15:44:52 +0000 (16:44 +0100)
committerThomas Graf <tgraf@suug.ch>
Fri, 4 Jan 2013 15:44:52 +0000 (16:44 +0100)
configure.ac
doc/configure.ac

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