Add missing version header

This commit is contained in:
zawz 2020-11-14 17:33:19 +01:00
parent 1a195e777c
commit 05ecd903a7

6
include/version.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef VERSION_H
#define VERSION_H
#define VERSION_STRING "v0.1"
#endif //VERSION_H