/* $Id$ */ #include "kn_version.h" const char* kn_version = "1.00"; const char* kn_get_version(void) { return kn_version; }