diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-28 07:12:52 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-28 07:12:52 +0000 |
| commit | c7bfc8a3b33576226d29a90f71219672edb2bc62 (patch) | |
| tree | b27e7a4d54b917ffecb0f58d092312f1710694ae /src | |
| parent | 52d941ec2ea645dd922c9c7930bdfa687907adac (diff) | |
git depth 1 by default, fallback to full depth
Diffstat (limited to 'src')
| -rw-r--r-- | src/vars.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ const char *get_install_dir(const char *key) { return ""; } -const char *version = "1.1.3"; +const char *version = "1.4.0_INDEV"; const char *red = "\x1b[0;31m"; const char *green = "\x1b[0;32m"; |
