dect
/
libnl
Archived
13
0
Fork 0

libnl 3.2.10

This commit is contained in:
Thomas Graf 2012-06-06 11:43:53 +02:00
parent 0c408aad1f
commit 405d16827d
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
ChangeLog discontinued, git history can be found here:
http://git.kernel.org/?p=libs/netlink/libnl.git
http://git.infradead.org/users/tgr/libnl.git
Summary of Changes from 1.0-pre6 to 1.0-pre7
================================================

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], [9])
m4_define([libnl_micro_version], [10])
# If either revision or age are omitted, they default to 0. Also note that age
@ -34,9 +34,9 @@ m4_define([libnl_micro_version], [9])
# 6. If any interfaces have been removed since the last public release, then
# set age to 0.
m4_define([libnl_lt_current], [207])
m4_define([libnl_lt_current], [208])
m4_define([libnl_lt_revision], [0])
m4_define([libnl_lt_age], [7])
m4_define([libnl_lt_age], [8])
m4_define([libnl_version],
[libnl_major_version.libnl_minor_version.libnl_micro_version])