mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-27 01:38:37 -05:00
93ee3022dc
Signed-hostap: Jouni Malinen <j@w1.fi>
11 lines
200 B
C
11 lines
200 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#ifndef VERSION_STR_POSTFIX
|
|
#define VERSION_STR_POSTFIX ""
|
|
#endif /* VERSION_STR_POSTFIX */
|
|
|
|
#define VERSION_STR "2.1" VERSION_STR_POSTFIX
|
|
|
|
#endif /* VERSION_H */
|