From 710d632383a1d3b9bb3cb5a2c1c51dfeb83ba627 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 17 Jun 2025 03:45:33 +0930 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 997265ea9..24fc44c6a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ 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') # Next release. -CLN_NEXT_VERSION := v25.05 +CLN_NEXT_VERSION := v25.09 # --quiet / -s means quiet, dammit! ifeq ($(findstring s,$(word 1, $(MAKEFLAGS))),s)