Subversion Repositories Tewi

Rev

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

Rev Author Line No. Line
3 nishi 1
/* $Id: tw_version.h 132 2024-09-23 10:32:36Z nishi $ */
2
 
3
#ifndef __TW_VERSION_H__
4
#define __TW_VERSION_H__
5
 
132 nishi 6
#define TW_VERSION "1.04C\0"
49 nishi 7
 
3 nishi 8
const char* tw_get_version(void);
18 nishi 9
const char* tw_get_platform(void);
3 nishi 10
 
11
#endif