Subversion Repositories Tewi

Rev

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

Rev 33 Rev 49
Line 1... Line 1...
1
/* $Id: version.c 33 2024-09-16 12:52:47Z nishi $ */
1
/* $Id: version.c 49 2024-09-18 10:33:18Z nishi $ */
2
 
2
 
3
#define SOURCE
3
#define SOURCE
4
 
4
 
5
#include "tw_version.h"
5
#include "tw_version.h"
6
 
6
 
7
const char* tw_version = "1.00";
7
const char* tw_version = TW_VERSION;
8
 
8
 
9
const char* tw_platform =
9
const char* tw_platform =
10
#if defined(PLATFORM)
10
#if defined(PLATFORM)
11
    PLATFORMM
11
    PLATFORMM
12
#elif defined(__NetBSD__)
12
#elif defined(__NetBSD__)