From 26e22d887e2842eaf993dd3b743ce620e0c7eb46 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Tue, 22 Jan 2013 19:30:16 +0100 Subject: 3.2.20 release --- configure.ac | 2 +- doc/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2c31552..9599476 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # copied from glib m4_define([libnl_major_version], [3]) m4_define([libnl_minor_version], [2]) -m4_define([libnl_micro_version], [19]) +m4_define([libnl_micro_version], [20]) # If either revision or age are omitted, they default to 0. Also note that age diff --git a/doc/configure.ac b/doc/configure.ac index 6a0be3c..1316f23 100644 --- a/doc/configure.ac +++ b/doc/configure.ac @@ -9,7 +9,7 @@ # Copyright (c) 2003-2012 Thomas Graf # -AC_INIT(libnl-doc, [3.2.19], [http://www.infradead.org/~tgr/libnl/]) +AC_INIT(libnl-doc, [3.2.20], [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