/*
 * version.c:
 *
 * Copyright (c) 2009 James McKenzie <20@madingley.org>,
 * All rights reserved.
 *
 */

static char rcsid[] = "$Id$";

/*
 * $Log$
 * Revision 1.1  2009/02/08 16:25:32  root
 * *** empty log message ***
 *
 *
 */

#include "version.h"

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