summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-10-07 22:10:47 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-10-07 22:10:47 +0200
commit83414d8ff61f2e367dac4f571b7a03a035e83fa2 (patch)
tree5ea75ea1d20414bc1fff79f23d7654f4934a53c5 /version.h
parent62d3685a27463c45c36ece8f16a26f3d380a89ae (diff)
downloadttdaw-83414d8ff61f2e367dac4f571b7a03a035e83fa2.tar.gz
Added help and version options
Diffstat (limited to 'version.h')
-rw-r--r--version.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/version.h b/version.h
new file mode 100644
index 0000000..e5962f6
--- /dev/null
+++ b/version.h
@@ -0,0 +1,11 @@
+#ifndef TTDAW_VERSION_H
+#define TTDAW_VERSION_H
+
+#define TTDAW_VERSION "0.1"
+#define TTDAW_WEBSITE "https://github.com/mitjafelicijan/ttdaw"
+#define TTDAW_LICENSE "This is free software: you are free to change and redistribute it."
+#define TTDAW_WARRANTY "There is NO WARRANTY, to the extent permitted by law."
+#define TTDAW_AUTHOR "Written by Mitja Felicijan <https://mitjafelicijan.com>."
+
+#endif
+