From ca51aa0f58ad620da9970eb774cd6dbb66ce1111 Mon Sep 17 00:00:00 2001 From: KiterLuc <67824247+KiterLuc@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:51:03 +0200 Subject: [PATCH] Bump dev version to 2.27.0. (#5241) --- TYPE: NO_HISTORY DESC: Bump dev version to 2.27.0. --- tiledb/doxygen/source/conf.py | 4 ++-- tiledb/sm/c_api/tiledb_version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tiledb/doxygen/source/conf.py b/tiledb/doxygen/source/conf.py index 8768bc04b2c..b974dede4a3 100644 --- a/tiledb/doxygen/source/conf.py +++ b/tiledb/doxygen/source/conf.py @@ -76,9 +76,9 @@ author = 'TileDB, Inc.' # The short X.Y version. -version = '2.26' +version = '2.27' # The full version, including alpha/beta/rc tags. -release = '2.26.0' +release = '2.27.0' # Breathe extension configuration. doxygen_xml_dir = os.path.join(TILEDB_BUILD_DIR, 'xml/') diff --git a/tiledb/sm/c_api/tiledb_version.h b/tiledb/sm/c_api/tiledb_version.h index 54c76b53602..2ee548169b7 100644 --- a/tiledb/sm/c_api/tiledb_version.h +++ b/tiledb/sm/c_api/tiledb_version.h @@ -27,5 +27,5 @@ */ #define TILEDB_VERSION_MAJOR 2 -#define TILEDB_VERSION_MINOR 26 +#define TILEDB_VERSION_MINOR 27 #define TILEDB_VERSION_PATCH 0