]> git.ipfire.org Git - thirdparty/hostap.git/blame - src/common/version.h
EAP-TLS server: Add application data to indicate end of v1.3 handshake
[thirdparty/hostap.git] / src / common / version.h
CommitLineData
6fc6879b
JM
1#ifndef VERSION_H
2#define VERSION_H
3
bf0ed63f
JM
4#ifndef VERSION_STR_POSTFIX
5#define VERSION_STR_POSTFIX ""
6#endif /* VERSION_STR_POSTFIX */
7
ca33a5e8
JM
8#ifndef GIT_VERSION_STR_POSTFIX
9#define GIT_VERSION_STR_POSTFIX ""
10#endif /* GIT_VERSION_STR_POSTFIX */
11
516ccede 12#define VERSION_STR "2.9-devel" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX
6fc6879b
JM
13
14#endif /* VERSION_H */