summaryrefslogtreecommitdiff
path: root/src/main/version.h
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2024-04-09 20:45:25 +0200
committerAlbert Cervin <albert@acervin.com>2024-04-09 20:46:52 +0200
commit5ac71eee1b31d42c2e094033f342a1adea6001ef (patch)
treedd45726c06d6ffbd1c267f6852aa45df42985969 /src/main/version.h
parent15a5d49e737965f0349504214a53b3311f73a694 (diff)
downloaddged-5ac71eee1b31d42c2e094033f342a1adea6001ef.tar.gz
dged-5ac71eee1b31d42c2e094033f342a1adea6001ef.tar.xz
dged-5ac71eee1b31d42c2e094033f342a1adea6001ef.zip
Prepare 0.1.0
Clarify a few things in the README.md and add a version macro that can be used with `-V/--version`.
Diffstat (limited to 'src/main/version.h')
-rw-r--r--src/main/version.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/version.h b/src/main/version.h
new file mode 100644
index 0000000..cf77ce8
--- /dev/null
+++ b/src/main/version.h
@@ -0,0 +1,6 @@
+#ifndef _VERSION_H
+#define _VERSION_H
+
+#define DGED_VERSION "dev"
+
+#endif