Subversion Repositories Tewi

Rev

Rev 18 | Rev 70 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18 Rev 49
Line 1... Line 1...
1
/* $Id: tw_version.h 18 2024-09-14 00:42:40Z nishi $ */
1
/* $Id: tw_version.h 49 2024-09-18 10:33:18Z nishi $ */
2
 
2
 
3
#ifndef __TW_VERSION_H__
3
#ifndef __TW_VERSION_H__
4
#define __TW_VERSION_H__
4
#define __TW_VERSION_H__
5
 
5
 
-
 
6
#define TW_VERSION "1.00\0"
-
 
7
 
6
const char* tw_get_version(void);
8
const char* tw_get_version(void);
7
const char* tw_get_platform(void);
9
const char* tw_get_platform(void);
8
 
10
 
9
#endif
11
#endif