You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* 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__ */
|