From 841c6ae7200c88f73b2825da27fed2a83360ad4c Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Tue, 30 Jul 2024 19:17:05 +0200 Subject: [PATCH] Getting ready for release 2.15.1 --- include/blosc2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/blosc2.h b/include/blosc2.h index 92a1e0ed..9f3e44f1 100644 --- a/include/blosc2.h +++ b/include/blosc2.h @@ -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 */ @@ -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.