Allow for versions with spaces in them, in the Makefile.

This commit is contained in:
John Resig 2010-10-23 00:35:09 -04:00
parent 53396b879b
commit 9bd9ebdd73

View file

@ -39,7 +39,7 @@ SIZZLE_DIR = ${SRC_DIR}/sizzle
QUNIT_DIR = ${TEST_DIR}/qunit
JQ_VER = $(shell cat version.txt)
VER = sed s/@VERSION/${JQ_VER}/
VER = sed "s/@VERSION/${JQ_VER}/"
DATE=$(shell git log -1 --pretty=format:%ad)