#include "version.h" char* version_get() { return VERSION; } char* version_date_get() { return DATE; }