From f24d5ae65db809fcbadb4b4c0be233b45d9cbb1a Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Thu, 13 Jun 2019 12:02:03 -0700 Subject: [PATCH] v1.7.2 Signed-off-by: Sean Hefty --- NEWS.md | 2 +- configure.ac | 2 +- fabtests/configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 48ca5500b10..18f24ad9055 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,7 @@ This file contains the main features as well as overviews of specific bug fixes (and other actions) for each version of Libfabric since version 1.0. -v1.7.2, Fri Jun 21, 2019 +v1.7.2, Fri Jun 14, 2019 ======================== ## Core diff --git a/configure.ac b/configure.ac index ee92a5091b8..d3ba2b40b2a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([libfabric], [1.7.2rc2], [ofiwg@lists.openfabrics.org]) +AC_INIT([libfabric], [1.7.2], [ofiwg@lists.openfabrics.org]) AC_CONFIG_SRCDIR([src/fabric.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) diff --git a/fabtests/configure.ac b/fabtests/configure.ac index ef040c20844..f7e5c2ffcd2 100644 --- a/fabtests/configure.ac +++ b/fabtests/configure.ac @@ -5,7 +5,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([fabtests], [1.7.2rc2], [ofiwg@lists.openfabrics.org]) +AC_INIT([fabtests], [1.7.2], [ofiwg@lists.openfabrics.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AC_CONFIG_HEADERS(config.h)