9 lines
163 B
C
9 lines
163 B
C
|
#ifndef _VERSION_H
|
||
|
|
||
|
#define _VERSION_H
|
||
|
#define VERSION_MAJOR (1)
|
||
|
#define VERSION_MINOR (0)
|
||
|
#define VERSION_PATCH (1)
|
||
|
#define VERSION_STR "V1.0.1"
|
||
|
|
||
|
#endif
|