updated version information

This commit is contained in:
Felix Geyer
2004-03-24 08:30:08 +00:00
parent d850e62a02
commit 079f824a81
26 changed files with 26 additions and 26 deletions

View File

@ -50,7 +50,7 @@ new g_motdFile[] = "addons/amxx/configs/conmotd.txt"
public plugin_init()
{
register_plugin("Welcome Message","0.15","AMXX Dev Team")
register_plugin("Welcome Message","0.16","AMXX Dev Team")
g_cstrikeRunning = is_running("cstrike")
}