#include "version.h" char* softversion_get() { return SOFT_VERSION; } char* softversion_date_get() { return SOFT_COMPILE_DATE; }