summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/saw/version.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/saw/version.h b/source/saw/version.h
new file mode 100644
index 0000000..85d89fc
--- /dev/null
+++ b/source/saw/version.h
@@ -0,0 +1,9 @@
+#ifndef SAW_VERSION_H
+#define SAW_VERSION_H
+
+#define SAW_VERSION_MAJOR 0
+#define SAW_VERSION_MINOR 0
+#define SAW_VERSION_BABY 0
+#define SAW_VERSION_DEV 1
+
+#endif