mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-23 18:19:50 +00:00
libnl 3.2.10
This commit is contained in:
parent
0c408aad1f
commit
405d16827d
@ -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
|
||||
================================================
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user