From 6c0f76aa0a91de465c6b7ce478f5c4768022bc78 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 17 Apr 2020 19:23:31 +0200 Subject: [PATCH] Makefile: This will be released as v2.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1c13297..2f88f15 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.99 +VERSION=2.0 ARCHIVE=arexxd-$(VERSION).tar.gz CC=gcc @@ -19,6 +19,6 @@ release: git tag v$(VERSION) git push --tags git archive --format=tar --prefix=arexxd-$(VERSION)/ HEAD | gzip >$(ARCHIVE) - scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/ + scp $(ARCHIVE) jw:~ftp/pub/mj/linux/ ssh jw "cd web && bin/release-prog arexxd $(VERSION)" mv $(ARCHIVE) ~/archives/sw/arexxd/ -- 2.39.2