-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sean Hefty <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ Charles J Archer <[email protected]> | |
Chen Zhao <[email protected]> | ||
Chris Dolan <[email protected]> | ||
Chuck Fossen <[email protected]> | ||
Coni Gehler <[email protected]> | ||
Dardo D Kleiner <[email protected]> | ||
Dave Goodell <[email protected]> | ||
David Noel <[email protected]> | ||
|
@@ -95,9 +96,11 @@ Patrick MacArthur <[email protected]> | |
Patrick McCormick <[email protected]> | ||
Paul Coffman <[email protected]> | ||
Pavan Balaji <[email protected]> | ||
Peter Gottesman <[email protected]> | ||
Pierre Roux <[email protected]> | ||
Prankur Gupta <[email protected]> | ||
Raghu Raja <[email protected]> | ||
Raghu Raja <[email protected]> | ||
Reese Faucette <[email protected]> | ||
Richard Halkyard <[email protected]> | ||
Robert Wespetal <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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], [[email protected]]) | ||
AC_INIT([libfabric], [1.8.0], [[email protected]]) | ||
AC_CONFIG_SRCDIR([src/fabric.c]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AC_CONFIG_MACRO_DIR(config) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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], [[email protected]]) | ||
AC_INIT([fabtests], [1.8.0], [[email protected]]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AC_CONFIG_MACRO_DIR(config) | ||
AC_CONFIG_HEADERS(config.h) | ||
|