blob: 726289d9de6f9f085c6d93a953876bbfa2a81190 [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 Shmidta7b06fa2014-10-09 12:56:52 -07008#define VERSION_STR "2.3" VERSION_STR_POSTFIX
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07009
10#endif /* VERSION_H */