aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index f90a561a51..73699befdb 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -5,8 +5,10 @@
/* Name of package */
#define PACKAGE "wireshark"
+#define VERSION_EXTRA "$ENV{WIRESHARK_VERSION_EXTRA}"
+
/* Version number of package */
-#define VERSION "${CPACK_PACKAGE_VERSION}"
+#define VERSION "${CPACK_PACKAGE_VERSION}${VERSION_EXTRA}"
#define VERSION_MAJOR ${PROJECT_MAJOR_VERSION}
#define VERSION_MINOR ${PROJECT_MINOR_VERSION}
#define VERSION_MICRO ${PROJECT_PATCH_VERSION}