From d5751aa89dd447cef8d3f9c78e7bb12a6d4dac7b Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@gmail.com>
Date: Wed, 26 Feb 2014 10:25:49 -0600
Subject: [PATCH] Tentative fix to tag when bumping version.

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 15513945..1c5766d5 100644
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,7 @@ install: archive
 
 bump: bump-version
 	git commit -a -m "Bump version to $$(eval a=$$(cat version.lisp-expr) ; echo $$a)"
+	temp=$(cat version.lisp-expr); temp="${temp%\"}"; temp="${temp#\"}"; git tag $temp
 
 bump-version: build/asdf.lisp
 	./bin/asdf-builder bump-version ${v}
-- 
GitLab