Skip to content

Commit

Permalink
Getting ready for release 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martaiborra committed Dec 28, 2023
1 parent c3541c7 commit e512ce0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ANNOUNCE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Announcing C-Blosc2 2.11.4
# Announcing C-Blosc2 2.12.0
A fast, compressed and persistent binary data store library for C.

## What is new?
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release notes for C-Blosc2
==========================

Changes from 2.11.3 to 2.11.4
Changes from 2.11.3 to 2.12.0
=============================

* New `blosc2_get_slice_nchunks` function for getting the unidimensional chunk indexes of a Blosc2 container slice.
Expand Down
8 changes: 4 additions & 4 deletions include/blosc2.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ 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 4 /* for tweaks, bug-fixes, or development */
#define BLOSC2_VERSION_MINOR 12 /* for minor interface/format changes */
#define BLOSC2_VERSION_RELEASE 0 /* for tweaks, bug-fixes, or development */

#define BLOSC2_VERSION_STRING "2.11.4" /* string version. Sync with above! */
#define BLOSC2_VERSION_DATE "$Date:: 2023-11-30 #$" /* date version */
#define BLOSC2_VERSION_STRING "2.12.0" /* string version. Sync with above! */
#define BLOSC2_VERSION_DATE "$Date:: 2023-12-28 #$" /* date version */


/* The maximum number of dimensions for Blosc2 NDim arrays */
Expand Down

0 comments on commit e512ce0

Please sign in to comment.