Skip to content

Commit 1d67229

Browse files
committed
patchwork: release v4.0.0-rc6
Author Commits Changed Files Insertions Deletions Robin Jarry 27 101 +2655 -1043 Signed-off-by: Robin Jarry <robin@jarry.cc>
1 parent 59e6f83 commit 1d67229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# SPDX-License-Identifier: GPL-2.0-or-later
55

6-
PATCHWORK_VERSION ?= $(shell git describe --long --abbrev=8 --dirty 2>/dev/null || echo v4.0.0-rc5)
6+
PATCHWORK_VERSION ?= $(shell git describe --long --abbrev=8 --dirty 2>/dev/null || echo v4.0.0-rc6)
77
DATE_FMT = +%Y-%m-%d
88
ifdef SOURCE_DATE_EPOCH
99
DATE ?= $(shell date -u -d "@$(SOURCE_DATE_EPOCH)" "$(DATE_FMT)" 2>/dev/null || \

0 commit comments

Comments
 (0)