We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4bd1d commit 133bd50Copy full SHA for 133bd50
include/blosc2.h
@@ -82,10 +82,10 @@ extern "C" {
82
83
/* Version numbers */
84
#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 */
+#define BLOSC2_VERSION_MINOR 23 /* for minor interface/format changes */
+#define BLOSC2_VERSION_RELEASE 0 /* for tweaks, bug-fixes, or development */
87
88
-#define BLOSC2_VERSION_STRING "2.22.3" /* string version. Sync with above! */
+#define BLOSC2_VERSION_STRING "2.23.0" /* string version. Sync with above! */
89
#define BLOSC2_VERSION_DATE "$Date:: 2026-01-29 #$" /* date version year-month-day */
90
91
0 commit comments