6 lines
87 B
C
6 lines
87 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define VERSION_STRING "v1.5"
|
|
|
|
#endif //VERSION_H
|