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 */
|
|
|
|
|
2014-02-04 15:10:44 +01:00
|
|
|
#define VERSION_STR "2.2-devel" VERSION_STR_POSTFIX
|
2008-02-28 02:34:43 +01:00
|
|
|
|
|
|
|
#endif /* VERSION_H */
|