From e32c9faa95a558fc0505d82764af1991bfcde9d5 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Mon, 24 Sep 2018 03:15:48 -0700 Subject: [PATCH] v1.6.2 Signed-off-by: Sean Hefty --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 658b6e66..29d07830 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([fabtests], [1.6.1], [ofiwg@lists.openfabrics.org]) +AC_INIT([fabtests], [1.6.2], [ofiwg@lists.openfabrics.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AC_CONFIG_HEADERS(config.h)