Subversion Repositories Tewi

Rev

Rev 3 | Rev 18 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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