added tsfun and added a --modules option to the versionchanger script

This commit is contained in:
David Anderson
2007-03-12 22:33:43 +00:00
parent cc6b9d3d81
commit cf716c4049
6 changed files with 47 additions and 2 deletions

View File

@ -3,9 +3,11 @@
#ifndef __MODULECONFIG_H__
#define __MODULECONFIG_H__
#include "svn_version.h"
// Module info
#define MODULE_NAME "TSFun Wrapper"
#define MODULE_VERSION "1.76"
#define MODULE_VERSION SVN_VERSION
#define MODULE_AUTHOR "AMX Mod X Dev Team"
#define MODULE_URL "http://www.amxmodx.org"
#define MODULE_LOGTAG "TSFUN"