diff --git a/Makefile b/Makefile index 6510c79..4a2d38c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DESTDIR ?= / -VERSION ?= 35.13 +VERSION ?= 35.14 TAG = v$(VERSION) PREVTAG := $(shell git tag --sort=-creatordate | head -n 2 | tail -n 1) COMMITS := $(shell git log --pretty=oneline --no-merges ${PREVTAG}..HEAD | wc -l)