From 128a942c0508749647930e0de26a43977f1db74f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 17 Jul 2010 21:31:23 +0200 Subject: [PATCH] Released version 1.2 (using Git) --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2