mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-26 17:28:29 -05:00
75b51fde2d
hostap.git is now a development branch for 2.0 with 1.x releases having been forked to hostap-1.git. Signed-hostap: Jouni Malinen <j@w1.fi>
11 lines
206 B
C
11 lines
206 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#ifndef VERSION_STR_POSTFIX
|
|
#define VERSION_STR_POSTFIX ""
|
|
#endif /* VERSION_STR_POSTFIX */
|
|
|
|
#define VERSION_STR "2.0-devel" VERSION_STR_POSTFIX
|
|
|
|
#endif /* VERSION_H */
|