summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/netlink/version.h.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/netlink/version.h.in b/include/netlink/version.h.in
index ac56799..35bf2aa 100644
--- a/include/netlink/version.h.in
+++ b/include/netlink/version.h.in
@@ -1,5 +1,5 @@
/*
- * netlink/version.h Compile Time Versioning Information
+ * netlink/version.h Versioning Information
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -12,6 +12,8 @@
#ifndef NETLINK_VERSION_H_
#define NETLINK_VERSION_H_
+/* Compile Time Versioning Information */
+
#define LIBNL_STRING "@PACKAGE_STRING@"
#define LIBNL_VERSION "@PACKAGE_VERSION@"
@@ -25,4 +27,11 @@
#define LIBNL_REVISION @LT_REVISION@
#define LIBNL_AGE @LT_AGE@
+/* Run-time version information */
+
+extern const int nl_ver_num;
+extern const int nl_ver_maj;
+extern const int nl_ver_min;
+extern const int nl_ver_mic;
+
#endif