From 7995f55519cdbda69c8997ee8c0ab444ade2e3f3 Mon Sep 17 00:00:00 2001 From: horchi Date: Thu, 22 Jun 2017 06:30:01 +0200 Subject: 2017-06-22 version 1.1.70 (horchi)\n - change: Fixed possible crash with unknown channels on wrong configuration\n\n --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c1030e8..5449ed4 100644 --- a/Makefile +++ b/Makefile @@ -211,8 +211,10 @@ vcheck: push: vcheck echo "tagging git with $(VERSION)" git push + git push github master git tag $(VERSION) git push --tags + git push github master --tags commit: vcheck git commit -m "$(LASTCOMMENT)" -a -- cgit v1.2.3