We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8847786 commit 710d632Copy full SHA for 710d632
Makefile
@@ -4,7 +4,7 @@
4
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')
5
6
# Next release.
7
-CLN_NEXT_VERSION := v25.05
+CLN_NEXT_VERSION := v25.09
8
9
# --quiet / -s means quiet, dammit!
10
ifeq ($(findstring s,$(word 1, $(MAKEFLAGS))),s)
0 commit comments