From d0916cc3f2c04748043b96fb6f1c1a46655a522d Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Wed, 14 Mar 2018 04:13:56 -0700 Subject: [PATCH] v1.6.0 Signed-off-by: Sean Hefty --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fe89394e..f3c228fd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,11 @@ dnl dnl Copyright (c) 2016-2017 Cisco Systems, Inc. All rights reserved. +dnl Copyright (c) 2018 Intel Corporation, Inc. All rights reserved. dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([fabtests], [1.6.0rc1], [ofiwg@lists.openfabrics.org]) +AC_INIT([fabtests], [1.6.0], [ofiwg@lists.openfabrics.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AC_CONFIG_HEADERS(config.h)