From 9510f836223bf8d75075b0ee620b2e34d414fb91 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Thu, 4 May 2017 16:09:37 -0700 Subject: [PATCH] configure: Bump version to 1.4.2rc1 Signed-off-by: Sean Hefty --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ec987f93..754bc72f 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.4.1], [ofiwg@lists.openfabrics.org]) +AC_INIT([fabtests], [1.4.2rc1], [ofiwg@lists.openfabrics.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AC_CONFIG_HEADERS(config.h)