summaryrefslogtreecommitdiff
path: root/src/common/version.h
blob: 5ddf6175e22e55f5093d734696fe40a56cd013c9 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef VERSION_H
#define VERSION_H

#ifndef VERSION_STR_POSTFIX
#define VERSION_STR_POSTFIX ""
#endif /* VERSION_STR_POSTFIX */

#define VERSION_STR "2.5-devel" VERSION_STR_POSTFIX

#endif /* VERSION_H */