aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/hicn/transport/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'libtransport/src/hicn/transport/config.h.in')
-rw-r--r--libtransport/src/hicn/transport/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libtransport/src/hicn/transport/config.h.in b/libtransport/src/hicn/transport/config.h.in
index 7d47c2b3f..ef47affda 100644
--- a/libtransport/src/hicn/transport/config.h.in
+++ b/libtransport/src/hicn/transport/config.h.in
@@ -17,6 +17,10 @@
#cmakedefine TRANSPORT_HAVE_PTHREAD 1
+#define HICNTRANSPORT_VERSION_MAJOR "@VERSION_MAJOR@"
+#define HICNTRANSPORT_VERSION_MINOR "@VERSION_MINOR@"
+#define HICNTRANSPORT_VERSION_REVISION "@VERSION_REVISION@"
+
#ifndef ASIO_STANDALONE
#cmakedefine ASIO_STANDALONE
#endif