Add missing version header
This commit is contained in:
parent
1a195e777c
commit
05ecd903a7
1 changed files with 6 additions and 0 deletions
6
include/version.h
Normal file
6
include/version.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef VERSION_H
|
||||
#define VERSION_H
|
||||
|
||||
#define VERSION_STRING "v0.1"
|
||||
|
||||
#endif //VERSION_H
|
||||
Loading…
Reference in a new issue