]> granicus.if.org Git - libnl/commitdiff
3.2.21 release libnl3_2_21
authorThomas Graf <tgraf@suug.ch>
Thu, 24 Jan 2013 14:00:26 +0000 (15:00 +0100)
committerThomas Graf <tgraf@suug.ch>
Thu, 24 Jan 2013 14:00:26 +0000 (15:00 +0100)
configure.ac
doc/configure.ac

index 7654b70656c38ddb31f370bf97cee72de8538349..66f4f7b3547b0ccafd5cb3a5568b31e28adb1187 100644 (file)
@@ -6,14 +6,14 @@
 #      License as published by the Free Software Foundation version 2.1
 #      of the License.
 #
-# Copyright (c) 2003-2012 Thomas Graf <tgraf@suug.ch>
+# Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch>
 #
 
 
 # copied from glib
 m4_define([libnl_major_version], [3])
 m4_define([libnl_minor_version], [2])
-m4_define([libnl_micro_version], [20])
+m4_define([libnl_micro_version], [21])
 
 
 # The following explanation may help to understand the above rules a bit
@@ -35,7 +35,7 @@ m4_define([libnl_micro_version], [20])
 #    the new version. Bump current, set revision and age to 0.
 
 m4_define([libnl_lt_current],    [216])
-m4_define([libnl_lt_revision],  [0])
+m4_define([libnl_lt_revision],  [1])
 m4_define([libnl_lt_age],        [16])
 
 m4_define([libnl_version],
index 1316f2360182f0af700a51a498f275e3ad0fe8da..4c3a52f281a9c61b017bbca5d54cf3ed029210fd 100644 (file)
@@ -6,10 +6,10 @@
 #      License as published by the Free Software Foundation version 2.1
 #      of the License.
 #
-# Copyright (c) 2003-2012 Thomas Graf <tgraf@suug.ch>
+# Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch>
 #
 
-AC_INIT(libnl-doc, [3.2.20], [http://www.infradead.org/~tgr/libnl/])
+AC_INIT(libnl-doc, [3.2.21], [http://www.infradead.org/~tgr/libnl/])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([foreign])