summaryrefslogtreecommitdiff
path: root/src/zprep.h
diff options
context:
space:
mode:
authorpepedinho <2spii94@gmail.com>2026-01-14 20:15:40 +0100
committerpepedinho <2spii94@gmail.com>2026-01-14 20:15:40 +0100
commit3ca9dc2dd4601ab1411f09a813aabb3a0b71fcfb (patch)
treeb10cafa941e4261cfda232ba92be3f7de6974f2e /src/zprep.h
parenta918df69269a39ef7350a645b5db025d66ecb18a (diff)
Added --version flag to zc cli
Diffstat (limited to 'src/zprep.h')
-rw-r--r--src/zprep.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/zprep.h b/src/zprep.h
index 5c4ab4e..669169c 100644
--- a/src/zprep.h
+++ b/src/zprep.h
@@ -8,6 +8,9 @@
#include <stdlib.h>
#include <string.h>
+// **ZEN VERSION**
+#define ZEN_VERSION "0.1.0"
+
// ** ANSI COLORS **
#define COLOR_RESET "\033[0m"
#define COLOR_RED "\033[1;31m"