From: Martin Mares Date: Sat, 17 Jul 2010 19:31:23 +0000 (+0200) Subject: Released version 1.2 (using Git) X-Git-Tag: v1.3~3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=128a942c0508749647930e0de26a43977f1db74f;p=teatimer.git Released version 1.2 (using Git) --- diff --git a/Makefile b/Makefile index f94b4ec..b63a881 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +VERSION=1.2 + GTK_LIBS:=$(shell pkg-config --libs gtk+-x11-2.0 glib-2.0) GTK_CFLAGS:=$(shell pkg-config --cflags gtk+-x11-2.0 glib-2.0) @@ -10,3 +12,6 @@ teatimer: teatimer.o clean: rm -f teatimer *.o *~ + +release: + git archive --format=tar --prefix=teatimer-$(VERSION)/ HEAD | gzip >teatimer-$(VERSION).tar.gz