Skip to content

Commit

Permalink
New release: 35.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bcl committed Jul 14, 2022
1 parent d6a36fe commit 2d53829
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.5
VERSION ?= 35.6
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 2d53829

Please sign in to comment.