From 5a7656734f441c7f39306d1ae1ca58a57c46bb0d Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Fri, 6 Oct 2017 11:07:57 -0700 Subject: [PATCH] v1.5.1 Signed-off-by: Sean Hefty --- AUTHORS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 39af4008..1af7aeb6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,6 +17,7 @@ Jeff Squyres Jerome Berryhill Jerome Boyd Berryhill Jithin Jose +John Byrne jose jose Ken Raffenetti @@ -32,6 +33,7 @@ Sayantan Sur Sean Hefty Shantonu Hossain Solovyev, Dmitriy +Spruit, Neil R Stan Smith Sung-Eun Choi Xuyang Wang diff --git a/configure.ac b/configure.ac index 0862de6b..be688114 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([fabtests], [1.5.0], [ofiwg@lists.openfabrics.org]) +AC_INIT([fabtests], [1.5.1], [ofiwg@lists.openfabrics.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AC_CONFIG_HEADERS(config.h)