From 347da3bbef9308a1dbd11c609540cf03c49e467d Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Fri, 28 Jun 2019 10:04:00 -0700 Subject: [PATCH] v1.8.0 Signed-off-by: Sean Hefty --- AUTHORS | 3 +++ configure.ac | 2 +- fabtests/configure.ac | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 190402ad468..c3a53a3cefe 100644 --- a/AUTHORS +++ b/AUTHORS @@ -23,6 +23,7 @@ Charles J Archer Chen Zhao Chris Dolan Chuck Fossen +Coni Gehler Dardo D Kleiner Dave Goodell David Noel @@ -95,9 +96,11 @@ Patrick MacArthur Patrick McCormick Paul Coffman Pavan Balaji +Peter Gottesman Pierre Roux Prankur Gupta Raghu Raja +Raghu Raja Reese Faucette Richard Halkyard Robert Wespetal diff --git a/configure.ac b/configure.ac index 8c812de61fd..aa0de0d2d59 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([libfabric], [1.8.0rc2], [ofiwg@lists.openfabrics.org]) +AC_INIT([libfabric], [1.8.0], [ofiwg@lists.openfabrics.org]) AC_CONFIG_SRCDIR([src/fabric.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) diff --git a/fabtests/configure.ac b/fabtests/configure.ac index c150cff7b41..c42a57becf0 100644 --- a/fabtests/configure.ac +++ b/fabtests/configure.ac @@ -1,11 +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 Copyright (c) 2018-2019 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.8.0rc2], [ofiwg@lists.openfabrics.org]) +AC_INIT([fabtests], [1.8.0], [ofiwg@lists.openfabrics.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AC_CONFIG_HEADERS(config.h)