blob: ba2d2c0321efad336c23a91016075b6696e9e75f [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
8#define VERSION_STR "0.8.x" VERSION_STR_POSTFIX
9
10#endif /* VERSION_H */