Slight cleanup on recent pull req + changing versions up

This commit is contained in:
KimLS
2013-02-22 22:31:07 -08:00
parent 306cf7a5f5
commit 1b44123551
8 changed files with 15 additions and 20 deletions
+1 -1
View File
@@ -943,7 +943,7 @@ void command_help(Client *c, const Seperator *sep)
void command_version(Client *c, const Seperator *sep)
{
c->Message(0, "Current version information.");
c->Message(0, " %s", CURRENT_ZONE_VERSION);
c->Message(0, " %s", CURRENT_VERSION);
c->Message(0, " Compiled on: %s at %s", COMPILE_DATE, COMPILE_TIME);
c->Message(0, " Last modified on: %s", LAST_MODIFIED);
}