From e568e4c9ae7d5f1795c59fb1c9b5c8772947553a Mon Sep 17 00:00:00 2001 From: Olaf Faaland Date: Mon, 17 Sep 2018 13:37:21 -0700 Subject: [PATCH] Prep for tagging 3.2.5 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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])