readwords/version.c
2021-05-29 12:21:57 +02:00

7 lines
91 B
C

#include <stdint.h>
const uint32_t REFCNT = D_REFCNT;
const char VERSION[] = D_VERSION;