We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2faf09e + 80cebc3 commit 2adb81bCopy full SHA for 2adb81b
Makefile
@@ -37,7 +37,7 @@ endif
37
HAS_GIT := $(shell type git > /dev/null 2>&1 && echo "1" || echo "0")
38
IS_GITREPO := $(shell [ -d .git ] && echo "1" || echo "0")
39
ifeq (0,$(filter 0,$(HAS_GIT) $(IS_GITREPO)))
40
-VER := v1.3.0
+VER := v1.4.2
41
else
42
VER := $(shell git describe --tags --always --dirty)
43
endif
src/tldr.c
@@ -13,7 +13,7 @@
13
#include <string.h>
14
#include <time.h>
15
16
-#define VERSION_TAG "v1.3.0"
+#define VERSION_TAG "v1.4.2"
17
#ifndef VERSION
18
#define VERSION_PRETTY ""
19
#else
0 commit comments