Update copyright year
[freeradius.git] / src / main / version.c
index a1dd6cc..2190444 100644 (file)
@@ -496,7 +496,7 @@ void version_print(void)
        CONF_ITEM *ci;
        CONF_PAIR *cp;
 
-       if (DEBUG_ENABLED2) {
+       if (DEBUG_ENABLED3) {
                int max = 0, len;
 
                MEM(features = cf_section_alloc(NULL, "feature", NULL));
@@ -576,7 +576,8 @@ void version_print(void)
 #endif
                DEBUG2("  ");
        }
-       INFO("Copyright (C) 1999-2015 The FreeRADIUS server project and contributors");
+       INFO("FreeRADIUS Version " RADIUSD_VERSION_STRING);
+       INFO("Copyright (C) 1999-2017 The FreeRADIUS server project and contributors");
        INFO("There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A");
        INFO("PARTICULAR PURPOSE");
        INFO("You may redistribute copies of FreeRADIUS under the terms of the");