From 83c762d7cf6a6c54831e8d684b22804f497704c4 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Thu, 24 Jan 2013 15:00:26 +0100 Subject: 3.2.21 release --- configure.ac | 6 +++--- doc/configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 7654b70..66f4f7b 100644 --- a/configure.ac +++ b/configure.ac @@ -6,14 +6,14 @@ # License as published by the Free Software Foundation version 2.1 # of the License. # -# Copyright (c) 2003-2012 Thomas Graf +# Copyright (c) 2003-2013 Thomas Graf # # 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], diff --git a/doc/configure.ac b/doc/configure.ac index 1316f23..4c3a52f 100644 --- a/doc/configure.ac +++ b/doc/configure.ac @@ -6,10 +6,10 @@ # License as published by the Free Software Foundation version 2.1 # of the License. # -# Copyright (c) 2003-2012 Thomas Graf +# Copyright (c) 2003-2013 Thomas Graf # -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]) -- cgit v1.2.1