From 3bf8712feb2eb7f6d4a1bfdb02c0a7a2f6bcb13b Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Thu, 30 Aug 2012 13:46:29 +0200 Subject: 3.2.12 release --- configure.in | 6 +++--- doc/Doxyfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 8ea76cb..5016842 100644 --- a/configure.in +++ b/configure.in @@ -13,7 +13,7 @@ # copied from glib m4_define([libnl_major_version], [3]) m4_define([libnl_minor_version], [2]) -m4_define([libnl_micro_version], [11]) +m4_define([libnl_micro_version], [12]) # If either revision or age are omitted, they default to 0. Also note that age @@ -34,9 +34,9 @@ m4_define([libnl_micro_version], [11]) # 6. If any interfaces have been removed since the last public release, then # set age to 0. -m4_define([libnl_lt_current], [209]) +m4_define([libnl_lt_current], [210]) m4_define([libnl_lt_revision], [0]) -m4_define([libnl_lt_age], [9]) +m4_define([libnl_lt_age], [10]) m4_define([libnl_version], [libnl_major_version.libnl_minor_version.libnl_micro_version]) diff --git a/doc/Doxyfile b/doc/Doxyfile index 258344e..c6586eb 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = libnl # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 3.2.11 +PROJECT_NUMBER = 3.2.12 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer -- cgit v1.2.1