Skip to content

Commit 08f3e2e

Browse files
author
Sean Hefty
committed
v1.7.0
Signed-off-by: Sean Hefty <[email protected]>
1 parent 3f8b24f commit 08f3e2e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

COPYING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ licenses. You may choose to be licensed under the terms of the the
33
BSD license or the GNU General Public License (GPL) Version
44
2, both included below.
55

6-
Copyright (c) 2015-2018 Intel Corporation. All rights reserved.
7-
Copyright (c) 2015-2018 Cisco Systems, Inc. All rights reserved.
6+
Copyright (c) 2015-2019 Intel Corporation. All rights reserved.
7+
Copyright (c) 2015-2019 Cisco Systems, Inc. All rights reserved.
88

99
==================================================================
1010

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This file contains the main features as well as overviews of specific
55
bug fixes (and other actions) for each version of Libfabric since
66
version 1.0.
77

8-
v1.7.0, Fri Dec 28, 2018
9-
========================
8+
v1.7.0, Mon Jan 7, 2018
9+
=======================
1010

1111
The 1.7 release provides a few enhancements to the libfabric API.
1212
Notably, it extends the fi_info structure in order to report NIC

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl
44
dnl Process this file with autoconf to produce a configure script.
55

66
AC_PREREQ([2.60])
7-
AC_INIT([libfabric], [1.7.0rc3], [[email protected]])
7+
AC_INIT([libfabric], [1.7.0], [[email protected]])
88
AC_CONFIG_SRCDIR([src/fabric.c])
99
AC_CONFIG_AUX_DIR(config)
1010
AC_CONFIG_MACRO_DIR(config)

fabtests/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dnl
55
dnl Process this file with autoconf to produce a configure script.
66

77
AC_PREREQ(2.57)
8-
AC_INIT([fabtests], [1.7.0rc3], [[email protected]])
8+
AC_INIT([fabtests], [1.7.0], [[email protected]])
99
AC_CONFIG_AUX_DIR(config)
1010
AC_CONFIG_MACRO_DIR(config)
1111
AC_CONFIG_HEADERS(config.h)

0 commit comments

Comments
 (0)