libnl 3.2.10
This commit is contained in:
parent
0c408aad1f
commit
405d16827d
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
ChangeLog discontinued, git history can be found here:
|
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
|
Summary of Changes from 1.0-pre6 to 1.0-pre7
|
||||||
================================================
|
================================================
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
# copied from glib
|
# copied from glib
|
||||||
m4_define([libnl_major_version], [3])
|
m4_define([libnl_major_version], [3])
|
||||||
m4_define([libnl_minor_version], [2])
|
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
|
# 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
|
# 6. If any interfaces have been removed since the last public release, then
|
||||||
# set age to 0.
|
# 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_revision], [0])
|
||||||
m4_define([libnl_lt_age], [7])
|
m4_define([libnl_lt_age], [8])
|
||||||
|
|
||||||
m4_define([libnl_version],
|
m4_define([libnl_version],
|
||||||
[libnl_major_version.libnl_minor_version.libnl_micro_version])
|
[libnl_major_version.libnl_minor_version.libnl_micro_version])
|
||||||
|
|
Loading…
Add table
Reference in a new issue