blob: fb3b4f50b463b9f6096720d0b5b1eac42867c55b [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 Shmidt3c479372014-02-04 10:50:36 -08008#define VERSION_STR "2.2-devel" VERSION_STR_POSTFIX
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07009
10#endif /* VERSION_H */