/* * version.c: * * Copyright (c) 2007 James McKenzie , * 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; }