blob: c662270e0a8d42c25c04d25e920cab3ec3696ed9 [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 Shmidt6c0da2b2015-01-05 13:08:17 -08008#define VERSION_STR "2.4-devel" VERSION_STR_POSTFIX
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07009
10#endif /* VERSION_H */