blob: 2faa8c7cb5c4ed6b67a59d15d9a677061dda84af [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 Shmidta54fa5f2013-01-15 13:53:35 -08008#define VERSION_STR "2.1-devel" VERSION_STR_POSTFIX
Dmitry Shmidt8d520ff2011-05-09 14:06:53 -07009
10#endif /* VERSION_H */