xref: /dflybsd-src/contrib/wpa_supplicant/src/common/version.h (revision e19e5bbc20dd1d64f1833c5d0ac7a605c8e9bfa0)
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.1" VERSION_STR_POSTFIX
9 
10 #endif /* VERSION_H */
11