2008-02-27 17:34:43 -08:00
|
|
|
#ifndef VERSION_H
|
|
|
|
#define VERSION_H
|
|
|
|
|
2010-10-07 10:51:04 +03:00
|
|
|
#ifndef VERSION_STR_POSTFIX
|
|
|
|
#define VERSION_STR_POSTFIX ""
|
|
|
|
#endif /* VERSION_STR_POSTFIX */
|
|
|
|
|
2014-10-09 20:36:53 +03:00
|
|
|
#define VERSION_STR "2.4-devel" VERSION_STR_POSTFIX
|
2008-02-27 17:34:43 -08:00
|
|
|
|
|
|
|
#endif /* VERSION_H */
|