b63b9a7bc9
Signed-off-by: Jouni Malinen <j@w1.fi>
10 lines
200 B
C
10 lines
200 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#ifndef VERSION_STR_POSTFIX
|
|
#define VERSION_STR_POSTFIX ""
|
|
#endif /* VERSION_STR_POSTFIX */
|
|
|
|
#define VERSION_STR "2.2" VERSION_STR_POSTFIX
|
|
|
|
#endif /* VERSION_H */
|