X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=6927dbfd6ba73b8bdc996486f83191ddaef3e04b;hb=refs%2Fheads%2Ffixedbuild;hp=eb506437b41046dc55364d893034d81ece5bc4c4;hpb=9523bb5ef02d4a106c7a6be540aa222a0d0bb01d;p=jquery.git diff --git a/Makefile b/Makefile index eb50643..6927dbf 100644 --- a/Makefile +++ b/Makefile @@ -37,8 +37,8 @@ JQ_MIN = ${DIST_DIR}/jquery.min.js SIZZLE_DIR = ${SRC_DIR}/sizzle -JQ_VER = $(shell cat version.txt) -VER = sed "s/@VERSION/${JQ_VER}/" +GIT_VER = $(shell git describe --tags --always --dirty) +VER = sed "s/@VERSION/${GIT_VER}/" DATE=$(shell git log -1 --pretty=format:%ad)