Subversion Repositories Tewi

Rev

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

Rev 130 Rev 131
Line 1... Line 1...
1
/* $Id: tw_version.h 130 2024-09-23 10:25:58Z nishi $ */
1
/* $Id: tw_version.h 131 2024-09-23 10:30:00Z 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.04A\0"
6
#define TW_VERSION "1.04B\0"
7
 
7
 
8
const char* tw_get_version(void);
8
const char* tw_get_version(void);
9
const char* tw_get_platform(void);
9
const char* tw_get_platform(void);
10
 
10
 
11
#endif
11
#endif