aboutsummaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
new file mode 100644
index 0000000..49ad791
--- /dev/null
+++ b/src/version.c
@@ -0,0 +1,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;
+}