~ubuntu-branches/ubuntu/jaunty/freeradius/jaunty-updates

« back to all changes in this revision

Viewing changes to src/main/version.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-09-22 08:42:02 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080922084202-eyjprg3z55481ha5
Tags: 2.1.0+dfsg-0ubuntu1
* New upstream release.
* Fixes FTBFS issue with new libtool.
* Fixes listen on random port. (LP: #261809)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * version.c    Print version number and exit.
3
3
 *
4
 
 * Version:     $Id: version.c,v 1.20 2007/12/31 03:03:22 aland Exp $
 
4
 * Version:     $Id$
5
5
 *
6
6
 *   This program is free software; you can redistribute it and/or modify
7
7
 *   it under the terms of the GNU General Public License as published by
23
23
 */
24
24
 
25
25
#include <freeradius-devel/ident.h>
26
 
RCSID("$Id: version.c,v 1.20 2007/12/31 03:03:22 aland Exp $")
 
26
RCSID("$Id$")
27
27
 
28
28
#include <freeradius-devel/radiusd.h>
29
29
 
41
41
#if defined(OSFC2)
42
42
        printf(" OSFC2");
43
43
#endif
44
 
#if defined(WITH_SNMP)
45
 
        printf(" WITH_SNMP");
46
 
#endif
47
44
        printf("\n");
48
45
#endif
49
46
        printf("Copyright (C) 1999-2008 The FreeRADIUS server project and contributors.\n");