xref: /dflybsd-src/contrib/wpa_supplicant/src/common/version.h (revision 3a84a4273475ed07d0ab1c2dfeffdfedef35d9cd)
16d49e1aeSJan Lentfer #ifndef VERSION_H
26d49e1aeSJan Lentfer #define VERSION_H
36d49e1aeSJan Lentfer 
43ff40c12SJohn Marino #ifndef VERSION_STR_POSTFIX
53ff40c12SJohn Marino #define VERSION_STR_POSTFIX ""
63ff40c12SJohn Marino #endif /* VERSION_STR_POSTFIX */
73ff40c12SJohn Marino 
8*a1157835SDaniel Fojt #ifndef GIT_VERSION_STR_POSTFIX
9*a1157835SDaniel Fojt #define GIT_VERSION_STR_POSTFIX ""
10*a1157835SDaniel Fojt #endif /* GIT_VERSION_STR_POSTFIX */
11*a1157835SDaniel Fojt 
12*a1157835SDaniel Fojt #define VERSION_STR "2.9" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX
136d49e1aeSJan Lentfer 
146d49e1aeSJan Lentfer #endif /* VERSION_H */
15