blob: eb4f3130ff9d8222aaecb81645fe99a5dfb21d76 [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 Shalomf1c97642019-07-19 23:42:07 +000012#define VERSION_STR "2.8-devel" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -070013
14#endif /* VERSION_H */