Subversion Repositories Tewi

Rev

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

Rev 3 Rev 16
Line 1... Line 1...
1
/* $Id: version.c 3 2024-09-13 09:06:44Z nishi $ */
1
/* $Id: version.c 16 2024-09-13 15:09:52Z nishi $ */
-
 
2
 
-
 
3
#define SOURCE
2
 
4
 
3
#include "tw_version.h"
5
#include "tw_version.h"
4
 
6
 
5
const char* tw_version = "0.00";
7
const char* tw_version = "0.00";
6
 
8