aboutsummaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/version.c b/src/version.c
index e784248..57b5875 100644
--- a/src/version.c
+++ b/src/version.c
@@ -6,10 +6,13 @@
*
*/
-static char rcsid[] = "$Id: version.c,v 1.2 2007/09/09 22:29:50 root Exp $";
+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 ***
*
@@ -21,8 +24,8 @@ static char rcsid[] = "$Id: version.c,v 1.2 2007/09/09 22:29:50 root Exp $";
#include "version.h"
-static char *
-GetVersion (void)
+char *
+get_version (void)
{
return VERSION;
}