source:
Main/trunk/Server/version.c@
9
Last change on this file since 9 was 3, checked in by , on Sep 13, 2024 at 6:06:44 PM | |
---|---|
|
|
File size: 127 bytes |
Rev | Line | |
---|---|---|
[3] | 1 | /* $Id: version.c 3 2024-09-13 09:06:44Z nishi $ */ |
2 | ||
3 | #include "tw_version.h" | |
4 | ||
5 | const char* tw_version = "0.00"; | |
6 | ||
7 | const char* tw_get_version(void) { return tw_version; } |
Note:
See TracBrowser
for help on using the repository browser.