diff --git a/NEWS b/NEWS index f3bb9f2..d1cfd73 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +======================================================================== +Release Notes for LMT 3.2.5 17 Sep 2018 +======================================================================== + +* Fix omission of 'z' in ltop.1 man page + ======================================================================== Release Notes for LMT 3.2.4 17 Sep 2018 ======================================================================== diff --git a/configure.ac b/configure.ac index ae4999b..98f672c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ ## # Prologue ## -AC_INIT([lmt], [3.2.4]) +AC_INIT([lmt], [3.2.5]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_HEADERS([config/config.h]) AC_CONFIG_SRCDIR([NEWS])