diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-22 19:47:51 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-22 19:47:51 +0000 |
| commit | 892ef493eb34216b3bbfb04d6b24b756c87b334c (patch) | |
| tree | a4456194f592ee54e833b938dde2663c2c704bd2 /src/vars.c | |
| parent | b8512ce0730e1575f4329e3b78a1540e5228d4f0 (diff) | |
i fixed the rest of the install functions
Diffstat (limited to 'src/vars.c')
| -rw-r--r-- | src/vars.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ const char *get_install_dir(const char *key) { return ""; } -const char *version = "1.0.0_INDEV"; +const char *version = "1.0.0"; const char *red = "\e[0;31m"; const char *green = "\e[0;32m"; |
