Skip to content

Commit

Permalink
New release: 35.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bcl committed Sep 8, 2022
1 parent 15215e1 commit 4f209f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DESTDIR ?= /
VERSION ?= 35.6
VERSION ?= 35.7
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)
Expand Down

0 comments on commit 4f209f7

Please sign in to comment.