summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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