Skip to content

Commit 90cdc47

Browse files
rustyrussellcdecker
authored andcommitted
Makefile: add COMPAT_V062 flag.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent 5b6c823 commit 90cdc47

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
@@ -35,7 +35,7 @@ endif
3535

3636
ifeq ($(COMPAT),1)
3737
# We support compatibility with pre-0.6.
38-
COMPAT_CFLAGS=-DCOMPAT_V052=1 -DCOMPAT_V060=1 -DCOMPAT_V061=1
38+
COMPAT_CFLAGS=-DCOMPAT_V052=1 -DCOMPAT_V060=1 -DCOMPAT_V061=1 -DCOMPAT_V062=1
3939
endif
4040

4141
# Timeout shortly before the 600 second travis silence timeout

0 commit comments

Comments
 (0)