blob: 031d1bee85a59945b12acf5ee7c1582f03a13a76 [file] [log] [blame]
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07001#ifndef VERSION_H
2#define VERSION_H
3
4#ifndef VERSION_STR_POSTFIX
5#define VERSION_STR_POSTFIX ""
6#endif /* VERSION_STR_POSTFIX */
7
Dmitry Shmidtd80a4012015-11-05 16:35:40 -08008#ifndef GIT_VERSION_STR_POSTFIX
9#define GIT_VERSION_STR_POSTFIX ""
10#endif /* GIT_VERSION_STR_POSTFIX */
11
Hai Shalom81f62d82019-07-22 12:10:00 -070012#define VERSION_STR "2.9-devel" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070013
14#endif /* VERSION_H */