aboutsummaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
new file mode 100644
index 0000000..e13290c
--- /dev/null
+++ b/src/version.c
@@ -0,0 +1,15 @@
+/*
+ * version.c:
+ *
+ * Copyright (c) 2017 James McKenzie <foss@madingley.org>,
+ * All rights reserved.
+ *
+ */
+
+#include "version.h"
+
+static char *
+GetVersion (void)
+{
+ return VERSION;
+}