6 lines
88 B
C
6 lines
88 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define VERSION_STRING "v0.3a"
|
|
|
|
#endif //VERSION_H
|