Skip to content

Commit 347da3b

Browse files
author
Sean Hefty
committed
v1.8.0
Signed-off-by: Sean Hefty <[email protected]>
1 parent 4c6f952 commit 347da3b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Charles J Archer <[email protected]>
2323
Chen Zhao <[email protected]>
2424
Chris Dolan <[email protected]>
2525
Chuck Fossen <[email protected]>
26+
Coni Gehler <[email protected]>
2627
Dardo D Kleiner <[email protected]>
2728
Dave Goodell <[email protected]>
2829
David Noel <[email protected]>
@@ -95,9 +96,11 @@ Patrick MacArthur <[email protected]>
9596
Patrick McCormick <[email protected]>
9697
Paul Coffman <[email protected]>
9798
Pavan Balaji <[email protected]>
99+
Peter Gottesman <[email protected]>
98100
Pierre Roux <[email protected]>
99101
Prankur Gupta <[email protected]>
100102
Raghu Raja <[email protected]>
103+
Raghu Raja <[email protected]>
101104
Reese Faucette <[email protected]>
102105
Richard Halkyard <[email protected]>
103106
Robert Wespetal <[email protected]>

configure.ac

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

88
AC_PREREQ([2.60])
9-
AC_INIT([libfabric], [1.8.0rc2], [[email protected]])
9+
AC_INIT([libfabric], [1.8.0], [[email protected]])
1010
AC_CONFIG_SRCDIR([src/fabric.c])
1111
AC_CONFIG_AUX_DIR(config)
1212
AC_CONFIG_MACRO_DIR(config)

fabtests/configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
dnl
22
dnl Copyright (c) 2016-2017 Cisco Systems, Inc. All rights reserved.
3-
dnl Copyright (c) 2018 Intel Corporation, Inc. All rights reserved.
3+
dnl Copyright (c) 2018-2019 Intel Corporation, Inc. All rights reserved.
44
dnl
55
dnl Process this file with autoconf to produce a configure script.
66

77
AC_PREREQ(2.57)
8-
AC_INIT([fabtests], [1.8.0rc2], [[email protected]])
8+
AC_INIT([fabtests], [1.8.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)