Skip to content

Commit f24d5ae

Browse files
author
Sean Hefty
committed
v1.7.2
Signed-off-by: Sean Hefty <[email protected]>
1 parent a2cb3e4 commit f24d5ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This file contains the main features as well as overviews of specific
55
bug fixes (and other actions) for each version of Libfabric since
66
version 1.0.
77

8-
v1.7.2, Fri Jun 21, 2019
8+
v1.7.2, Fri Jun 14, 2019
99
========================
1010

1111
## Core

configure.ac

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

66
AC_PREREQ([2.60])
7-
AC_INIT([libfabric], [1.7.2rc2], [[email protected]])
7+
AC_INIT([libfabric], [1.7.2], [[email protected]])
88
AC_CONFIG_SRCDIR([src/fabric.c])
99
AC_CONFIG_AUX_DIR(config)
1010
AC_CONFIG_MACRO_DIR(config)

fabtests/configure.ac

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

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