Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
  • 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 <charles.j.archer@intel.com>
Chen Zhao <soniczhao@gmail.com>
Chris Dolan <chrisdolan@google.com>
Chuck Fossen <chuckf@cray.com>
Coni Gehler <cgehler@cray.com>
Dardo D Kleiner <dkleiner@cmf.nrl.navy.mil>
Dave Goodell <dgoodell@cisco.com>
David Noel <david.noel19@gmail.com>
Expand Down Expand Up @@ -95,9 +96,11 @@ Patrick MacArthur <pmacarth@iol.unh.edu>
Patrick McCormick <patrick.m.mccormick@intel.com>
Paul Coffman <pcoffman@anl.gov>
Pavan Balaji <balaji@anl.gov>
Peter Gottesman <pgottesm@cisco.com>
Pierre Roux <piroux@cisco.com>
Prankur Gupta <prankgup@cisco.com>
Raghu Raja <craghun@amazon.com>
Raghu Raja <rajachan@users.noreply.github.com>
Reese Faucette <rfaucett@cisco.com>
Richard Halkyard <rhalkyard@cray.com>
Robert Wespetal <wesper@amazon.com>
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], [ofiwg@lists.openfabrics.org])
AC_INIT([libfabric], [1.8.0], [ofiwg@lists.openfabrics.org])
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], [ofiwg@lists.openfabrics.org])
AC_INIT([fabtests], [1.8.0], [ofiwg@lists.openfabrics.org])
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.