/* $Id: version.c 3 2024-09-13 09:06:44Z nishi $ */ #include "tw_version.h" const char* tw_version = "0.00"; const char* tw_get_version(void) { return tw_version; }