From 26c049dd80af5157d50a1d899c6527c96d351c74 Mon Sep 17 00:00:00 2001 From: Jianxin Xiong Date: Fri, 26 Jul 2024 10:38:45 -0700 Subject: [PATCH] configure: Bump the version to 2.0.0a1 This only updates the version string. Signed-off-by: Jianxin Xiong --- 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 172e8ee21f4..6996441bab2 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.60]) -AC_INIT([libfabric], [1.22.0rc1], [ofiwg@lists.openfabrics.org]) +AC_INIT([libfabric], [2.0.0a1], [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 eaaf225b52d..c082978d3a3 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.22.0rc1], [ofiwg@lists.openfabrics.org]) +AC_INIT([fabtests], [2.0.0a1], [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 e9bce01e122..1b135e109b4 100644 --- a/include/windows/config.h +++ b/include/windows/config.h @@ -256,7 +256,7 @@ #define PACKAGE_TARNAME PACKAGE /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.22.0rc1" +#define PACKAGE_VERSION "2.0.0a1" /* Define to the full name and version of this package. */ #define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION