Rev 3 | Rev 18 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* $Id: version.c 16 2024-09-13 15:09:52Z nishi $ */
#define SOURCE
#include "tw_version.h"
const char* tw_version = "0.00";
const char* tw_get_version(void) { return tw_version; }