Skip to content

Commit

Permalink
Getting ready for release 2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jul 30, 2024
1 parent 843bb60 commit 841c6ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/blosc2.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ extern "C" {
#define BLOSC2_VERSION_MINOR 15 /* for minor interface/format changes */
#define BLOSC2_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */

#define BLOSC2_VERSION_STRING "2.15.1.dev" /* string version. Sync with above! */
#define BLOSC2_VERSION_DATE "$Date:: 2024-06-20 #$" /* date version year-month-day */
#define BLOSC2_VERSION_STRING "2.15.1" /* string version. Sync with above! */
#define BLOSC2_VERSION_DATE "$Date:: 2024-07-30 #$" /* date version year-month-day */


/* The maximum number of dimensions for Blosc2 NDim arrays */
Expand Down Expand Up @@ -1865,7 +1865,7 @@ BLOSC_EXPORT blosc2_schunk* blosc2_schunk_open_udio(const char* urlpath, const b
* @param urlpath The file name.
*
* @param offset The frame offset.
*
*
* @param udio The user-defined I/O interface.
*
* @return The new super-chunk.
Expand Down

0 comments on commit 841c6ae

Please sign in to comment.