File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11Release notes for C-Blosc2
22==========================
33
4+ Changes from 2.23.0 to 2.23.1
5+ =============================
6+
7+ #XXX version-specific blurb XXX#
8+
49Changes from 2.22.0 to 2.23.0
510=============================
611
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ extern "C" {
8383/* Version numbers */
8484#define BLOSC2_VERSION_MAJOR 2 /* for major interface/format changes */
8585#define BLOSC2_VERSION_MINOR 23 /* for minor interface/format changes */
86- #define BLOSC2_VERSION_RELEASE 0 /* for tweaks, bug-fixes, or development */
86+ #define BLOSC2_VERSION_RELEASE 1.dev0 /* for tweaks, bug-fixes, or development */
8787
88- #define BLOSC2_VERSION_STRING "2.23.0 " /* string version. Sync with above! */
88+ #define BLOSC2_VERSION_STRING "2.23.1.dev0 " /* string version. Sync with above! */
8989#define BLOSC2_VERSION_DATE "$Date:: 2026-01-29 #$" /* date version year-month-day */
9090
9191
You can’t perform that action at this time.
0 commit comments