blob: 9012eb39ac421ab4de6c2c44e2719499f8f365b8 [file] [log] [blame]
#ifndef VERSION_H
#define VERSION_H
#ifndef VERSION_STR_POSTFIX
#define VERSION_STR_POSTFIX ""
#endif /* VERSION_STR_POSTFIX */
#ifndef NEST_VERSION_STR_POSTFIX
#define NEST_VERSION_STR_POSTFIX "-Nest_2017a"
#endif /* NEST_VERSION_STR_POSTFIX */
#define VERSION_STR "2.5" VERSION_STR_POSTFIX NEST_VERSION_STR_POSTFIX
#endif /* VERSION_H */