diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |