]> mj.ucw.cz Git - teatimer.git/commitdiff
Released version 1.2 (using Git)
authorMartin Mares <mj@ucw.cz>
Sat, 17 Jul 2010 19:31:23 +0000 (21:31 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 17 Jul 2010 19:31:23 +0000 (21:31 +0200)
Makefile

index f94b4ec1701e2097f61f4e6d6e6230bb3c1a2d5f..b63a8818bb5f72609de48ae579ac739a5e13f379 100644 (file)
--- 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