From 08f3e2e095b5209ac7ee4c7448e120e272ad3625 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Mon, 7 Jan 2019 04:03:54 -0800 Subject: [PATCH] v1.7.0 Signed-off-by: Sean Hefty --- COPYING | 4 ++-- NEWS.md | 4 ++-- configure.ac | 2 +- fabtests/configure.ac | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/COPYING b/COPYING index 767dc097140..31bc30a75ee 100644 --- a/COPYING +++ b/COPYING @@ -3,8 +3,8 @@ licenses. You may choose to be licensed under the terms of the the BSD license or the GNU General Public License (GPL) Version 2, both included below. -Copyright (c) 2015-2018 Intel Corporation. All rights reserved. -Copyright (c) 2015-2018 Cisco Systems, Inc. All rights reserved. +Copyright (c) 2015-2019 Intel Corporation. All rights reserved. +Copyright (c) 2015-2019 Cisco Systems, Inc. All rights reserved. ================================================================== diff --git a/NEWS.md b/NEWS.md index 4a0584e1f33..4573035435f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,8 +5,8 @@ This file contains the main features as well as overviews of specific bug fixes (and other actions) for each version of Libfabric since version 1.0. -v1.7.0, Fri Dec 28, 2018 -======================== +v1.7.0, Mon Jan 7, 2018 +======================= The 1.7 release provides a few enhancements to the libfabric API. Notably, it extends the fi_info structure in order to report NIC diff --git a/configure.ac b/configure.ac index 32318c0e5ff..060e1d85e67 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.60]) -AC_INIT([libfabric], [1.7.0rc3], [ofiwg@lists.openfabrics.org]) +AC_INIT([libfabric], [1.7.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 abb3bb0fe2d..392375724bb 100644 --- a/fabtests/configure.ac +++ b/fabtests/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.7.0rc3], [ofiwg@lists.openfabrics.org]) +AC_INIT([fabtests], [1.7.0], [ofiwg@lists.openfabrics.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AC_CONFIG_HEADERS(config.h)