Skip to content

Commit 133bd50

Browse files
committed
Getting ready for release 2.23.0
1 parent 3b4bd1d commit 133bd50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/blosc2.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ extern "C" {
8282

8383
/* Version numbers */
8484
#define BLOSC2_VERSION_MAJOR 2 /* for major interface/format changes */
85-
#define BLOSC2_VERSION_MINOR 22 /* for minor interface/format changes */
86-
#define BLOSC2_VERSION_RELEASE 3 /* for tweaks, bug-fixes, or development */
85+
#define BLOSC2_VERSION_MINOR 23 /* for minor interface/format changes */
86+
#define BLOSC2_VERSION_RELEASE 0 /* for tweaks, bug-fixes, or development */
8787

88-
#define BLOSC2_VERSION_STRING "2.22.3" /* string version. Sync with above! */
88+
#define BLOSC2_VERSION_STRING "2.23.0" /* string version. Sync with above! */
8989
#define BLOSC2_VERSION_DATE "$Date:: 2026-01-29 #$" /* date version year-month-day */
9090

9191

0 commit comments

Comments
 (0)