aboutsummaryrefslogtreecommitdiffstats
path: root/src/version.c
blob: 49ad79144c2579efc68324d923fa0b1c8de8b3fc (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
/*
 * version.c:
 *
 * Copyright (c) 2007 James McKenzie <james@fishsoup.dhs.org>,
 * All rights reserved.
 *
 */

static char rcsid[] = "$Id: version.c,v 1.1 2007/09/08 16:49:37 root Exp $";

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


#include "version.h"

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