X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2Fglobal.mod%2Fcmd_global_netinfo.c;h=02a04261e8fd297b5d4df36228c99e3bb4312bd7;hb=480b0bf9797e32398b494a30ebf56101ec35033b;hp=a976e004c09556171b5c55893fb184a7802ebdf3;hpb=de5f0224c8b119f1be15457262bd6e66f160657f;p=NeonServV5.git diff --git a/src/modules/global.mod/cmd_global_netinfo.c b/src/modules/global.mod/cmd_global_netinfo.c index a976e00..02a0426 100644 --- a/src/modules/global.mod/cmd_global_netinfo.c +++ b/src/modules/global.mod/cmd_global_netinfo.c @@ -1,4 +1,4 @@ -/* cmd_global_netinfo.c - NeonServ v5.4 +/* cmd_global_netinfo.c - NeonServ v5.5 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -152,7 +152,7 @@ CMD_BIND(global_cmd_netinfo) { #endif if(strcmp(get_revision(), "")) - sprintf(tmp, "%s.%d (%s)", NEONSERV_VERSION, get_patchlevel(), get_revision()); + sprintf(tmp, "%s.%d (%s: %s)", NEONSERV_VERSION, get_patchlevel(), (is_stable_revision() ? "stable" : "dev"), (is_stable_revision() ? get_revision() : get_dev_revision())); else sprintf(tmp, "%s.%d", NEONSERV_VERSION, get_patchlevel()); content[0] = get_language_string(user, "NS_NETINFO_VERSION");