aboutsummaryrefslogtreecommitdiffstats
path: root/src/version.c
blob: e784248545783aaa894aaaa47675eab997b3ff49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * version.c:
 *
 * Copyright (c) 2007 James McKenzie <james@fishsoup.dhs.org>,
 * All rights reserved.
 *
 */

static char rcsid[] = "$Id: version.c,v 1.2 2007/09/09 22:29:50 root Exp $";

/*
 * $Log: version.c,v $
 * Revision 1.2  2007/09/09 22:29:50  root
 * *** empty log message ***
 *
 * Revision 1.1  2007/09/08 16:49:37  root
 * *** empty log message ***
 *
 */


#include "version.h"

static char *
GetVersion (void)
{
  return VERSION;
}