Subversion Repositories Tewi

Rev

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

Rev 249 Rev 255
Line 1... Line 1...
1
/* $Id: tw_version.h 249 2024-10-03 20:59:55Z nishi $ */
1
/* $Id: tw_version.h 255 2024-10-04 04:08:58Z 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
#ifdef __cplusplus
6
#ifdef __cplusplus
7
extern "C" {
7
extern "C" {
8
#endif
8
#endif
9
 
9
 
10
#define TW_VERSION "2.03D\0"
10
#define TW_VERSION "2.03E\0"
11
#define TW_VERSION_TEXT "Tewi HTTPd version 2.03D"
11
#define TW_VERSION_TEXT "Tewi HTTPd version 2.03E"
12
 
12
 
13
const char* tw_get_version(void);
13
const char* tw_get_version(void);
14
const char* tw_get_platform(void);
14
const char* tw_get_platform(void);
15
 
15
 
16
#ifdef __cplusplus
16
#ifdef __cplusplus