6 lines
89 B
C
6 lines
89 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define VERSION_STRING "v1.0.0"
|
|
|
|
#endif //VERSION_H
|