diff --git a/Makefile b/Makefile index 15513945a5fed2f35ff26b31108ce04999331028..1c5766d5d2908b93d41d280e0823209826531461 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}