diff --git a/NEWS b/NEWS index c16dff8..fab6e82 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +======================================================================== +Release Notes for LMT 3.2.7 23 Oct 2019 +======================================================================== + +* #40 ltop fix to run without MDTs or OSTs +* #38 Space and Inodes for MDTs show in ltop + ======================================================================== Release Notes for LMT 3.2.6 06 May 2019 ======================================================================== diff --git a/configure.ac b/configure.ac index 348f4c6..a68bca0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ ## # Prologue ## -AC_INIT([lmt], [3.2.6]) +AC_INIT([lmt], [3.2.7]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_HEADERS([config/config.h]) AC_CONFIG_SRCDIR([NEWS])