3.2.15 release
Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
ed3d7066f7
commit
05a6723eb5
2 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
# copied from glib
|
||||
m4_define([libnl_major_version], [3])
|
||||
m4_define([libnl_minor_version], [2])
|
||||
m4_define([libnl_micro_version], [14])
|
||||
m4_define([libnl_micro_version], [15])
|
||||
|
||||
|
||||
# If either revision or age are omitted, they default to 0. Also note that age
|
||||
|
@ -34,9 +34,9 @@ m4_define([libnl_micro_version], [14])
|
|||
# 6. If any interfaces have been removed since the last public release, then
|
||||
# set age to 0.
|
||||
|
||||
m4_define([libnl_lt_current], [211])
|
||||
m4_define([libnl_lt_current], [212])
|
||||
m4_define([libnl_lt_revision], [0])
|
||||
m4_define([libnl_lt_age], [11])
|
||||
m4_define([libnl_lt_age], [12])
|
||||
|
||||
m4_define([libnl_version],
|
||||
[libnl_major_version.libnl_minor_version.libnl_micro_version])
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# Copyright (c) 2003-2012 Thomas Graf <tgraf@suug.ch>
|
||||
#
|
||||
|
||||
AC_INIT(libnl-doc, [3.2.14], [http://www.infradead.org/~tgr/libnl/])
|
||||
AC_INIT(libnl-doc, [3.2.15], [http://www.infradead.org/~tgr/libnl/])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_INIT_AUTOMAKE
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)], [])
|
||||
|
|
Loading…
Add table
Reference in a new issue