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

static char rcsid[] = "$Id: version.c,v 1.3 2009/05/06 01:35:00 james Exp $";

/*
 * $Log: version.c,v $
 * Revision 1.3  2009/05/06 01:35:00  james
 * *** empty log message ***
 *
 * 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"

char *
get_version (void)
{
  return VERSION;
}