From 46fbac9e497ebf4a118f6a3abed45cdc46f4e6f7 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Sat, 3 Nov 2012 15:53:31 +0900 Subject: [PATCH] =?utf8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?utf8?q?=E7=95=AA=E5=8F=B7=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 6 ++++++ VERSION | 1 + 2 files changed, 7 insertions(+) create mode 100644 Makefile create mode 100644 VERSION diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3702221 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +GITTAG := git tag + +.PHONY: gittag + +gittag: VERSION + $(CAT) $^ | $(XARGS) $(GITTAG) diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..3b04cfb --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.2 -- 2.18.0