summaryrefslogtreecommitdiffstats
path: root/ws_version.h.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
commite4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch)
tree68cb5ef9081156392f1dd62a00c6ccc1451b93df /ws_version.h.in
parentInitial commit. (diff)
downloadwireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz
wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ws_version.h.in')
-rw-r--r--ws_version.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/ws_version.h.in b/ws_version.h.in
new file mode 100644
index 0000000..f89bfb8
--- /dev/null
+++ b/ws_version.h.in
@@ -0,0 +1,10 @@
+/* ws_version.h.in */
+
+#ifndef __WS_VERSION_H__
+#define __WS_VERSION_H__
+
+#define WIRESHARK_VERSION_MAJOR @PROJECT_MAJOR_VERSION@
+#define WIRESHARK_VERSION_MINOR @PROJECT_MINOR_VERSION@
+#define WIRESHARK_VERSION_MICRO @PROJECT_PATCH_VERSION@
+
+#endif /* __WS_VERSION_H__ */