xref: /netbsd-src/external/bsd/wpa/dist/src/common/version.h (revision 92e958de60c71aa0f2452bd7074cbb006fe6546b)
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.4" VERSION_STR_POSTFIX
9 
10 #endif /* VERSION_H */
11