diff --git a/ChangeLog b/ChangeLog index 9ccb12c35..69756a912 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +0.12 Not Completely Useless +0.11E - Fix a bug which *removed* `--clboss-min-onchain` instead of adding `--clboss-min-channel` and `--clboss-max-channel`. LOL. 0.11D diff --git a/configure.ac b/configure.ac index 1a508c4b9..f66ac92ff 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.11E], [ZmnSCPxj@protonmail.com]) +AC_INIT([clboss], [0.12], [ZmnSCPxj@protonmail.com]) AC_CONFIG_AUX_DIR([auxdir]) AM_INIT_AUTOMAKE([subdir-objects tar-ustar]) AC_CONFIG_SRCDIR([main.cpp])