Skip to content

Commit 59232b4

Browse files
authored
Bump dev version to 2.26.0. (#5177)
--- TYPE: NO_HISTORY DESC: Bump dev version to 2.26.0.
1 parent 6b491c8 commit 59232b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tiledb/doxygen/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
author = 'TileDB, Inc.'
7777

7878
# The short X.Y version.
79-
version = '2.25'
79+
version = '2.26'
8080
# The full version, including alpha/beta/rc tags.
81-
release = '2.25.0'
81+
release = '2.26.0'
8282

8383
# Breathe extension configuration.
8484
doxygen_xml_dir = os.path.join(TILEDB_BUILD_DIR, 'xml/')

tiledb/sm/c_api/tiledb_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
*/
2828

2929
#define TILEDB_VERSION_MAJOR 2
30-
#define TILEDB_VERSION_MINOR 25
30+
#define TILEDB_VERSION_MINOR 26
3131
#define TILEDB_VERSION_PATCH 0

0 commit comments

Comments
 (0)