Subversion Repositories Tewi

Rev

Rev 16 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 nishi 1
/* $Id: version.c 3 2024-09-13 09:06:44Z nishi $ */
2
 
3
#include "tw_version.h"
4
 
5
const char* tw_version = "0.00";
6
 
7
const char* tw_get_version(void) { return tw_version; }