From ad807b0b08b1aada947e3566115df73e970f94a4 Mon Sep 17 00:00:00 2001 From: Joey Korkames Date: Wed, 11 Mar 2015 17:15:59 -0700 Subject: [PATCH] new point-release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 306b4ad..42187f2 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ allapps := $(patsubst %,$(appdir)/%.app,$(apps)) allapps: $(allapps) #allexts := $(patsubst %,$(appdir)/%.appex,$(apps)) -VERSION := 1.2.0 +VERSION := 1.2.1 LAST_TAG != git describe --abbrev=0 --tags USER := kfix REPO := MacPin