From cd276350974e0ad78bd288cdb540a74692c0b9ed Mon Sep 17 00:00:00 2001 From: venaas Date: Tue, 5 Jun 2007 10:43:22 +0000 Subject: This is the 1.0-alpha release git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.0@125 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'radsecproxy.c') diff --git a/radsecproxy.c b/radsecproxy.c index 779e9f4..c8a6340 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -2264,7 +2264,7 @@ void getargs(int argc, char **argv, uint8_t *foreground, uint8_t *loglevel, char *foreground = 1; break; case 'v': - debugx(0, DBG_ERR, "radsecproxy revision $Rev$"); + debugx(0, DBG_ERR, "radsecproxy 1.0-alpha"); default: goto usage; } @@ -2288,7 +2288,7 @@ int main(int argc, char **argv) { getargs(argc, argv, &foreground, &loglevel, &configfile); if (loglevel) debug_set_level(loglevel); - debug(DBG_INFO, "radsecproxy revision $Rev$ starting"); + debug(DBG_INFO, "radsecproxy 1.0-alpha starting"); getmainconfig(configfile ? configfile : CONFIG_MAIN); if (loglevel) options.loglevel = loglevel; -- cgit v1.1