X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fversion.c;h=7c5d5f26b10adf08d7217215c56d78733b75d3bb;hb=8712acdb7628596418596bf039c8db59a3cab545;hp=bae8d23e6fa9f50917fa72e97af8a2f753bff718;hpb=35f1b00152c867359c4b34b1af7464bc422585e1;p=freeradius.git diff --git a/src/main/version.c b/src/main/version.c index bae8d23..7c5d5f2 100644 --- a/src/main/version.c +++ b/src/main/version.c @@ -32,18 +32,12 @@ static const char rcsid[] = "$Id$"; #include "radiusd.h" /* - * Version number. This should ideally be created by autoconf - * or similar, so that this would always be up to date. - */ -#define VERSION "FreeRADIUS ALPHA, built on " __DATE__ " at " __TIME__ - -/* * Display the revision number for this program */ void version(void) { - fprintf(stderr, "%s: RADIUS version " VERSION ".\n", progname); + fprintf(stderr, "%s: %s\n", progname, radiusd_version); fprintf(stderr, "Compilation flags: "); /* here are all the conditional feature flags */