3.2.12 release

This commit is contained in:
Thomas Graf 2012-08-30 13:46:29 +02:00
parent 929bd0150f
commit 3bf8712feb
2 changed files with 4 additions and 4 deletions

View file

@ -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])

View file

@ -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