aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/version.h
blob: 7afba48d5d48fdef876a397c69b95e5bc417bd81 (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.0-devel" VERSION_STR_POSTFIX

#endif /* VERSION_H */