Skip to content

Commit

Permalink
Update to version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marchersimon authored Nov 13, 2021
2 parents 2faf09e + 80cebc3 commit 2adb81b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ endif
HAS_GIT := $(shell type git > /dev/null 2>&1 && echo "1" || echo "0")
IS_GITREPO := $(shell [ -d .git ] && echo "1" || echo "0")
ifeq (0,$(filter 0,$(HAS_GIT) $(IS_GITREPO)))
VER := v1.3.0
VER := v1.4.2
else
VER := $(shell git describe --tags --always --dirty)
endif
Expand Down
2 changes: 1 addition & 1 deletion src/tldr.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <string.h>
#include <time.h>

#define VERSION_TAG "v1.3.0"
#define VERSION_TAG "v1.4.2"
#ifndef VERSION
#define VERSION_PRETTY ""
#else
Expand Down

0 comments on commit 2adb81b

Please sign in to comment.