Skip to content

Commit 79a6e96

Browse files
committed
Post 2.10.2 release actions done
1 parent 8fbdb43 commit 79a6e96

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Release notes for C-Blosc2
22
==========================
33

4+
Changes from 2.10.2 to 2.10.3
5+
=============================
6+
7+
#XXX version-specific blurb XXX#
8+
9+
410
Changes from 2.10.1 to 2.10.2
511
=============================
612

include/blosc2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 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 */
8787

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! */
8989
#define BLOSC2_VERSION_DATE "$Date:: 2023-08-19 #$" /* date version */
9090

9191

0 commit comments

Comments
 (0)