version stuff

This commit is contained in:
root
2019-11-13 21:14:31 +01:00
parent 8d56c5aff4
commit 5d1f7dde89
4 changed files with 29 additions and 6 deletions

6
src/version.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdint.h>
const uint32_t REFCNT = D_REFCNT;
const char VERSION[] = D_VERSION;