Skip to content

Commit

Permalink
Post 2.11.0 release actions done
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Nov 4, 2023
1 parent 4ec95bf commit ffc750b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release notes for C-Blosc2
==========================

Changes from 2.11.0 to 2.11.1
=============================

#XXX version-specific blurb XXX#


Changes from 2.10.5 to 2.11.0
=============================

Expand Down
4 changes: 2 additions & 2 deletions include/blosc2.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ extern "C" {
/* Version numbers */
#define BLOSC2_VERSION_MAJOR 2 /* for major interface/format changes */
#define BLOSC2_VERSION_MINOR 11 /* for minor interface/format changes */
#define BLOSC2_VERSION_RELEASE 0 /* for tweaks, bug-fixes, or development */
#define BLOSC2_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */

#define BLOSC2_VERSION_STRING "2.11.0" /* string version. Sync with above! */
#define BLOSC2_VERSION_STRING "2.11.1.dev" /* string version. Sync with above! */
#define BLOSC2_VERSION_DATE "$Date:: 2023-11-04 #$" /* date version */


Expand Down

0 comments on commit ffc750b

Please sign in to comment.