source: Main/trunk/Server/tw_version.h@ 130

Last change on this file since 130 was 130, checked in by Nishi, on Sep 23, 2024 at 7:25:58 PM

fix installer

  • Property svn:keywords set to Id
File size: 170 bytes
RevLine 
[3]1/* $Id: tw_version.h 130 2024-09-23 10:25:58Z nishi $ */
2
3#ifndef __TW_VERSION_H__
4#define __TW_VERSION_H__
5
[130]6#define TW_VERSION "1.04A\0"
[49]7
[3]8const char* tw_get_version(void);
[18]9const char* tw_get_platform(void);
[3]10
11#endif
Note: See TracBrowser for help on using the repository browser.