/* * version.c: version string */ #include "version.h" const char *const version = VERSION;