20 lines
254 B
C
20 lines
254 B
C
|
|
|
||
|
|
#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
|