Skip to content

Commit 841c6ae

Browse files
committed
Getting ready for release 2.15.1
1 parent 843bb60 commit 841c6ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/blosc2.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ extern "C" {
8585
#define BLOSC2_VERSION_MINOR 15 /* for minor interface/format changes */
8686
#define BLOSC2_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */
8787

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

9191

9292
/* 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
18651865
* @param urlpath The file name.
18661866
*
18671867
* @param offset The frame offset.
1868-
*
1868+
*
18691869
* @param udio The user-defined I/O interface.
18701870
*
18711871
* @return The new super-chunk.

0 commit comments

Comments
 (0)