]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/wpa/src/common/version.h
Import CK as of commit 5221ae2f3722a78c7fc41e47069ad94983d3bccb.
[FreeBSD/FreeBSD.git] / contrib / wpa / src / common / version.h
1 #ifndef VERSION_H
2 #define VERSION_H
3
4 #ifndef VERSION_STR_POSTFIX
5 #define VERSION_STR_POSTFIX ""
6 #endif /* VERSION_STR_POSTFIX */
7
8 #ifndef GIT_VERSION_STR_POSTFIX
9 #define GIT_VERSION_STR_POSTFIX ""
10 #endif /* GIT_VERSION_STR_POSTFIX */
11
12 #define VERSION_STR "2.6" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX
13
14 #endif /* VERSION_H */