From 2fa31ece7c955a5e28f78377a09a12c81c02bb97 Mon Sep 17 00:00:00 2001 From: ZmnSCPxj jxPCSnmZ Date: Tue, 15 Dec 2020 16:35:58 +0800 Subject: [PATCH] configure.ac: 0.10 --- ChangeLog | 6 ++++-- configure.ac | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9ff7fdd72..768f37109 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ +0.10 Made of Explodium +0.9A - Avoid `DELETE ... ORDER BY`, which might not be enabled on the SQLITE3 available on some systems. -- Fix a roundoff error with command `id`s. +- Fix a roundoff error with command `id`s, which would lead to `clboss` eventually crashing after a few days or weeks. -0.8 +0.8 Facepalm of Doom 0.7D - Fix latent `printf`-formatting bugs in `SendpayResultMonitor`, which would crash on 32-bit systems. diff --git a/configure.ac b/configure.ac index f85927c2b..c77767277 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.9A], [ZmnSCPxj@protonmail.com]) +AC_INIT([clboss], [0.10], [ZmnSCPxj@protonmail.com]) AC_CONFIG_AUX_DIR([auxdir]) AM_INIT_AUTOMAKE([subdir-objects tar-ustar]) AC_CONFIG_SRCDIR([main.cpp])