C++程序  |  11行  |  206 B

#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 */