2008-02-28 02:34:43 +01:00
|
|
|
#ifndef VERSION_H
|
|
|
|
#define VERSION_H
|
|
|
|
|
2010-10-07 09:51:04 +02:00
|
|
|
#ifndef VERSION_STR_POSTFIX
|
|
|
|
#define VERSION_STR_POSTFIX ""
|
|
|
|
#endif /* VERSION_STR_POSTFIX */
|
|
|
|
|
|
|
|
#define VERSION_STR "0.8.x" VERSION_STR_POSTFIX
|
2008-02-28 02:34:43 +01:00
|
|
|
|
|
|
|
#endif /* VERSION_H */
|