190926Snectar#ifndef VERSION_H
2233294Sstas#define VERSION_H
390926Snectar
490926Snectar#ifndef VERSION_STR_POSTFIX
5233294Sstas#define VERSION_STR_POSTFIX ""
690926Snectar#endif /* VERSION_STR_POSTFIX */
790926Snectar
890926Snectar#define VERSION_STR "2.0" VERSION_STR_POSTFIX
9233294Sstas
1090926Snectar#endif /* VERSION_H */
1190926Snectar