From Matt Poduska via bug 1957 (with minor changes):
[obnox/wireshark/wip.git] / plugins / llrp / moduleinfo.h
1 /* Included *after* config.h, in order to re-define these macros */
2
3 #ifdef PACKAGE
4 #undef PACKAGE
5 #endif
6
7 /* Name of package */
8 #define PACKAGE "llrp"
9
10
11 #ifdef VERSION
12 #undef VERSION
13 #endif
14
15 /* Version number of package */
16 #define VERSION "1.0.0"
17
18