From a8970e591e29abe8aee3b5dfa6b93edbc6527e72 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 18 Sep 2019 09:38:45 +0200 Subject: neue Version: 1.4.11 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2433800..73e62fc 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ BINDIR = /usr/bin LIBDIR = /usr/lib MANDIR = /usr/share/man -VERSION = 1.4.10 +VERSION = 1.4.11 all: man.commons \ backup backup.1 \ @@ -65,6 +65,7 @@ dist: clean git status --porcelain 2> /dev/null | grep -q "\S" && (git add .; git commit -m"neue Version: $(VERSION)") || true ! git tag -d v$(VERSION) 2> /dev/null git tag v$(VERSION) + knock-knock || true git push git push --tags -- cgit v1.2.3-54-g00ecf