dect
/
libnl
Archived
13
0
Fork 0

Provide micro version in <netlink/version.h>

This commit is contained in:
Thomas Graf 2011-09-19 11:28:20 +02:00
parent 0d9958e9ef
commit 1c9b175a47
1 changed files with 1 additions and 0 deletions

View File

@ -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)