From 3e4fa4aa55a0cc949ab84ffbcf6d8b47405d108f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 21 Jan 2022 21:52:42 +0100 Subject: [PATCH] Released as version 1.4 --- Makefile | 6 +++--- NEWS | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 055db4a..34c7cd6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.3 +VERSION=1.4 ARCHIVE=teatimer-$(VERSION).tar.gz GTK_LIBS:=$(shell pkg-config --libs gtk+-x11-2.0 glib-2.0) @@ -18,6 +18,6 @@ release: git tag v$(VERSION) git push --tags git archive --format=tar --prefix=teatimer-$(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 teatimer $(VERSION)" - mv $(ARCHIVE) ~/archives/mj/ + mv $(ARCHIVE) ~/archives/sw/ diff --git a/NEWS b/NEWS index 3246e65..1e4418d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 1.4 (2021-07-13) +Version 1.4 (2022-01-21) o Added name box. You can specify which tea you make. o Added kill feature. You can kill the notification program after -- 2.39.2