summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@redhat.com>2012-08-30 13:46:29 +0200
committerThomas Graf <tgraf@redhat.com>2012-08-30 13:46:29 +0200
commit3bf8712feb2eb7f6d4a1bfdb02c0a7a2f6bcb13b (patch)
tree4edec981351b6a279ebed3ac4763cd82b89ae590
parent929bd0150f33887ba25a9490937659dac89a44b5 (diff)
downloadlibnl3_2_12.tar.gz
3.2.12 releaselibnl3_2_12
-rw-r--r--configure.in6
-rw-r--r--doc/Doxyfile2
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