Provide micro version in <netlink/version.h>
This commit is contained in:
parent
0d9958e9ef
commit
1c9b175a47
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
#define LIBNL_VER_MAJ @MAJ_VERSION@
|
||||
#define LIBNL_VER_MIN @MIN_VERSION@
|
||||
#define LIBNL_VER_MIC @MIC_VERSION@
|
||||
#define LIBNL_VER(maj,min) ((maj) << 8 | (min))
|
||||
#define LIBNL_VER_NUM LIBNL_VER(LIBNL_VER_MAJ, LIBNL_VER_MIN)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue