File tree 2 files changed +8
-2
lines changed 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release notes for C-Blosc2
2
2
==========================
3
3
4
+ Changes from 2.10.2 to 2.10.3
5
+ =============================
6
+
7
+ #XXX version-specific blurb XXX#
8
+
9
+
4
10
Changes from 2.10.1 to 2.10.2
5
11
=============================
6
12
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ extern "C" {
83
83
/* Version numbers */
84
84
#define BLOSC2_VERSION_MAJOR 2 /* for major interface/format changes */
85
85
#define BLOSC2_VERSION_MINOR 10 /* for minor interface/format changes */
86
- #define BLOSC2_VERSION_RELEASE 2 /* for tweaks, bug-fixes, or development */
86
+ #define BLOSC2_VERSION_RELEASE 3 /* for tweaks, bug-fixes, or development */
87
87
88
- #define BLOSC2_VERSION_STRING "2.10.2 " /* string version. Sync with above! */
88
+ #define BLOSC2_VERSION_STRING "2.10.3.dev " /* string version. Sync with above! */
89
89
#define BLOSC2_VERSION_DATE "$Date:: 2023-08-19 #$" /* date version */
90
90
91
91
You can’t perform that action at this time.
0 commit comments