diff --git a/ChangeLog b/ChangeLog index 5401c82..0515875 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1.20 - 2024-04-21 + - Revert default color scheme back to 'off' + - Rewrite man page in mdoc, drop pod2man dependency + 1.19 - 2023-09-11 - Fix typo in --exclude-from argument - Add --(enable|disable)-natsort options diff --git a/README b/README index 27d6e53..a931b9c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ncdu 1.19 +ncdu 1.20 ========= DESCRIPTION diff --git a/configure.ac b/configure.ac index c1b0b1e..6257fc4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([ncdu],[1.19],[projects@yorhel.nl]) +AC_INIT([ncdu],[1.20],[projects@yorhel.nl]) AC_CONFIG_SRCDIR([src/global.h]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign std-options subdir-objects])