tewi/Server/version.c
Nishi 2e35aca50c string op works, log works too
git-svn-id: file:///raid/svn-personal/tewi/trunk@3 8739d7e6-ffea-ec47-b151-bdff447c6205
2024-09-13 09:06:44 +00:00

8 lines
127 B
C

/* $Id$ */
#include "tw_version.h"
const char* tw_version = "0.00";
const char* tw_get_version(void) { return tw_version; }