From 710096f4f9f407032d3a2cd84be1e31395671775 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Fri, 29 Apr 2022 13:47:46 -0700 Subject: [PATCH] v1.15.0 Signed-off-by: Sean Hefty --- configure.ac | 2 +- fabtests/configure.ac | 2 +- include/windows/config.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index f8e20d16c41..198dfe85719 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([libfabric], [1.15.0rc3], [ofiwg@lists.openfabrics.org]) +AC_INIT([libfabric], [1.15.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/configure.ac b/fabtests/configure.ac index b85d0a6f2e9..94fe552fa98 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.15.0rc3], [ofiwg@lists.openfabrics.org]) +AC_INIT([fabtests], [1.15.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 38f9982e1af..376866c04c1 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.15.0rc3" +#define PACKAGE_VERSION "1.15.0" /* Define to the full name and version of this package. */ #define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION