From 738f0021e729d2909e156a2e00378ae117cc3480 Mon Sep 17 00:00:00 2001 From: Olaf Faaland Date: Mon, 6 May 2019 09:13:26 -0700 Subject: [PATCH] Prep for tagging LMT 3.2.6 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d1cfd73..c16dff8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +======================================================================== +Release Notes for LMT 3.2.6 06 May 2019 +======================================================================== + +* #36 look in /sys and /proc as necessary - Lustre 2.12 compatability + ======================================================================== Release Notes for LMT 3.2.5 17 Sep 2018 ======================================================================== diff --git a/configure.ac b/configure.ac index 98f672c..348f4c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ ## # Prologue ## -AC_INIT([lmt], [3.2.5]) +AC_INIT([lmt], [3.2.6]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_HEADERS([config/config.h]) AC_CONFIG_SRCDIR([NEWS])