Dmitry Shmidt | 8d520ff | 2011-05-09 14:06:53 -0700 | [diff] [blame^] | 1 | #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 */ |