-
Notifications
You must be signed in to change notification settings - Fork 396
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
4 changed files
with
5 additions
and
5 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
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,13 +1,13 @@ | ||
dnl | ||
dnl Copyright (c) 2016 Cisco Systems, Inc. All rights reserved. | ||
dnl Copyright (c) 2019-2021 Intel, Inc. All rights reserved. | ||
dnl Copyright (c) 2019-2022 Intel, Inc. All rights reserved. | ||
dnl Copyright (c) 2019-2020 Amazon.com, Inc. or its affiliates. All rights reserved. | ||
dnl (C) Copyright 2020 Hewlett Packard Enterprise Development LP | ||
dnl | ||
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.60]) | ||
AC_INIT([libfabric], [1.15.2rc2], [[email protected]]) | ||
AC_INIT([libfabric], [1.15.2], [[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 |
---|---|---|
|
@@ -5,7 +5,7 @@ dnl | |
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ(2.57) | ||
AC_INIT([fabtests], [1.15.2rc2], [[email protected]]) | ||
AC_INIT([fabtests], [1.15.2], [[email protected]]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AC_CONFIG_MACRO_DIR(config) | ||
AC_CONFIG_HEADERS(config.h) | ||
|
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