Commit d5751aa8 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Tentative fix to tag when bumping version.

parent ecff62c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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}