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 */
|
|
|
|
|
2015-03-15 18:38:15 +01:00
|
|
|
#define VERSION_STR "2.5-devel" VERSION_STR_POSTFIX
|
2008-02-28 02:34:43 +01:00
|
|
|
|
|
|
|
#endif /* VERSION_H */
|