blob: 5ddf6175e22e55f5093d734696fe40a56cd013c9 [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 Shmidtf73259c2015-03-17 11:00:54 -07008#define VERSION_STR "2.5-devel" VERSION_STR_POSTFIX
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07009
10#endif /* VERSION_H */