]> granicus.if.org Git - libnl/commitdiff
3.2.19 release libnl3_2_19
authorThomas Graf <tgraf@suug.ch>
Thu, 17 Jan 2013 13:02:35 +0000 (14:02 +0100)
committerThomas Graf <tgraf@suug.ch>
Thu, 17 Jan 2013 13:02:35 +0000 (14:02 +0100)
configure.ac
doc/configure.ac

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