summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-29 12:25:22 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-29 12:25:22 +0200
commit1bec45aa796ac286df6848f5f77b0e43ebfe6d82 (patch)
treee51d63f050110b3edd515a8ff2af4a7472d9da1f /source
parent262d062e1c77d201a0e76d4bc615541a3dc87aeb (diff)
downloadsaw-1bec45aa796ac286df6848f5f77b0e43ebfe6d82.zip
version
Diffstat (limited to 'source')
-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