TIM-VX/include/tim/utils/nbg_parser/nbg_parser_version.h

20 lines
254 B
C
Raw Normal View History

#ifndef _NBG_PARSER_VERSION_H
#define _NBG_PARSER_VERSION_H
#if defined(__cplusplus)
extern "C"{
#endif
#define VERSION_MAJOR 1
#define VERSION_MINOR 1
#define VERSION_SUB_MINOR 2
#if defined(__cplusplus)
}
#endif
#endif