xref: /freebsd/contrib/wpa/src/common/version.h (revision f02f7422801bb39f5eaab8fc383fa7b70c467ff9)
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 #define VERSION_STR "2.0" VERSION_STR_POSTFIX
9 
10 #endif /* VERSION_H */
11