Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Hefty <[email protected]>
  • Loading branch information
shefty committed Jun 28, 2019
1 parent 4c6f952 commit 347da3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -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]>
Expand Down Expand Up @@ -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]>
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions fabtests/configure.ac
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)
Expand Down

0 comments on commit 347da3b

Please sign in to comment.