Rev 18 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* $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; }