From 88a419cbd07a9c186a3113f1aeab50cfde8a8efe Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Thu, 23 Apr 2020 06:08:17 -0700 Subject: [PATCH] v1.10.0 Signed-off-by: Sean Hefty --- NEWS.md | 2 +- configure.ac | 2 +- fabtests/COPYING | 2 +- fabtests/configure.ac | 2 +- include/windows/config.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index f763d4ac36c..8dd282a940d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,7 +6,7 @@ bug fixes (and other actions) for each version of Libfabric since version 1.0. -v1.10.0, Fri Apr 17, 2020 +v1.10.0, Fri Apr 24, 2020 ========================= ## Core diff --git a/configure.ac b/configure.ac index 1d6ceae20b1..b080aca1e23 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([libfabric], [1.10.0rc3], [ofiwg@lists.openfabrics.org]) +AC_INIT([libfabric], [1.10.0], [ofiwg@lists.openfabrics.org]) AC_CONFIG_SRCDIR([src/fabric.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) diff --git a/fabtests/COPYING b/fabtests/COPYING index 22e8703de8c..14257a21634 100644 --- a/fabtests/COPYING +++ b/fabtests/COPYING @@ -7,7 +7,7 @@ Some parts of the source are 3rd party code which uses MIT license. The description and requirements of the license are available in later part of this file. -Copyright (c) 2015-2018 Intel Corporation. All rights reserved. +Copyright (c) 2015-2020 Intel Corporation. All rights reserved. Copyright (c) 2016-2018 Cisco Systems, Inc. All rights reserved. ================================================================== diff --git a/fabtests/configure.ac b/fabtests/configure.ac index 4ed0f638d98..8c4a6bc4776 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.10.0rc3], [ofiwg@lists.openfabrics.org]) +AC_INIT([fabtests], [1.10.0], [ofiwg@lists.openfabrics.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AC_CONFIG_HEADERS(config.h) diff --git a/include/windows/config.h b/include/windows/config.h index bab252cece4..d1f148951ed 100644 --- a/include/windows/config.h +++ b/include/windows/config.h @@ -165,7 +165,7 @@ #define PACKAGE_TARNAME PACKAGE /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.10.0rc3" +#define PACKAGE_VERSION "1.10.0" /* Define to the full name and version of this package. */ #define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION