Skip to content

Commit 710d632

Browse files
committed
Makefile: update CLN_NEXT_VERSION to v25.09.
Hopefully Antoine Poinset won't have to go on a podcast to argue the merits for this change. Signed-off-by: Rusty Russell <[email protected]>
1 parent 8847786 commit 710d632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VERSION=$(shell git describe --tags --always --dirty=-modded --abbrev=7 2>/dev/null || pwd | sed -n 's|.*/c\{0,1\}lightning-v\{0,1\}\([0-9a-f.rc\-]*\)$$|v\1|gp')
55

66
# Next release.
7-
CLN_NEXT_VERSION := v25.05
7+
CLN_NEXT_VERSION := v25.09
88

99
# --quiet / -s means quiet, dammit!
1010
ifeq ($(findstring s,$(word 1, $(MAKEFLAGS))),s)

0 commit comments

Comments
 (0)