From cfd91004eb48207ee98cfcf98d9462ddf63bcc19 Mon Sep 17 00:00:00 2001 From: ZmnSCPxj jxPCSnmZ Date: Wed, 11 Nov 2020 15:28:37 +0800 Subject: [PATCH] configure.ac: 0.5C --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b2844f87a..26626eebe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ + +0.5C +- `FundsMover` now has a backup process to clean up its payments. - `ChannelFinderByListpays` now ignores self-payments instead of possibly proposing self. - Optimize traversing JSON results for channel finders. - Reduce processing load when printing really long RPC logs. diff --git a/configure.ac b/configure.ac index c6e84f11f..2d4da9c8f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([clboss], [0.5B], [ZmnSCPxj@protonmail.com]) +AC_INIT([clboss], [0.5C], [ZmnSCPxj@protonmail.com]) AC_CONFIG_AUX_DIR([auxdir]) AM_INIT_AUTOMAKE([subdir-objects tar-ustar]) AC_CONFIG_SRCDIR([main.cpp])