From: Alan T. DeKok Date: Thu, 4 Feb 2016 23:06:50 +0000 (-0500) Subject: Print out the server version number. X-Git-Tag: release_3_0_12~248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e812d00542be8c46aa5dd393ec82a821cf9455d;p=thirdparty%2Ffreeradius-server.git Print out the server version number. When starting in debug mode --- diff --git a/src/main/version.c b/src/main/version.c index 5c979b5e936..bcd925c10da 100644 --- a/src/main/version.c +++ b/src/main/version.c @@ -576,6 +576,7 @@ void version_print(void) #endif DEBUG2(" "); } + INFO("FreeRADIUS Version " RADIUSD_VERSION_STRING); INFO("Copyright (C) 1999-2016 The FreeRADIUS server project and contributors"); INFO("There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A"); INFO("PARTICULAR PURPOSE");