summaryrefslogtreecommitdiffstats
path: root/freebsd/contrib/wpa/src/common/version.h
blob: 75e5c6e006ccef3ed4c4099a65ca1c281ee8a012 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef VERSION_H
#define VERSION_H

#ifndef VERSION_STR_POSTFIX
#define VERSION_STR_POSTFIX ""
#endif /* VERSION_STR_POSTFIX */

#ifndef GIT_VERSION_STR_POSTFIX
#define GIT_VERSION_STR_POSTFIX ""
#endif /* GIT_VERSION_STR_POSTFIX */

#define VERSION_STR "2.6" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX

#endif /* VERSION_H */