summaryrefslogtreecommitdiffstats
path: root/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/version.h b/src/version.h
new file mode 100644
index 0000000..86e034a
--- /dev/null
+++ b/src/version.h
@@ -0,0 +1,7 @@
+#ifndef VERSION_H_
+#define VERSION_H_
+
+#define VERSION_STRING "0.1.0"
+#define VERSION_NUMBER 010
+
+#endif /* VERSION_H_ */