2008-02-27 20:34:43 -05:00
|
|
|
#ifndef VERSION_H
|
|
|
|
#define VERSION_H
|
|
|
|
|
2010-10-07 03:51:04 -04:00
|
|
|
#ifndef VERSION_STR_POSTFIX
|
|
|
|
#define VERSION_STR_POSTFIX ""
|
|
|
|
#endif /* VERSION_STR_POSTFIX */
|
|
|
|
|
|
|
|
#define VERSION_STR "0.8.x" VERSION_STR_POSTFIX
|
2008-02-27 20:34:43 -05:00
|
|
|
|
|
|
|
#endif /* VERSION_H */
|