diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 475925ae..13fcfb67 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,12 @@ Release notes for C-Blosc2 ========================== +Changes from 2.14.4 to 2.14.5 +============================= + +#XXX version-specific blurb XXX# + + Changes from 2.14.3 to 2.14.4 ============================= diff --git a/include/blosc2.h b/include/blosc2.h index 07c3804c..22632bcd 100644 --- a/include/blosc2.h +++ b/include/blosc2.h @@ -83,9 +83,9 @@ extern "C" { /* Version numbers */ #define BLOSC2_VERSION_MAJOR 2 /* for major interface/format changes */ #define BLOSC2_VERSION_MINOR 14 /* for minor interface/format changes */ -#define BLOSC2_VERSION_RELEASE 4 /* for tweaks, bug-fixes, or development */ +#define BLOSC2_VERSION_RELEASE 5 /* for tweaks, bug-fixes, or development */ -#define BLOSC2_VERSION_STRING "2.14.4" /* string version. Sync with above! */ +#define BLOSC2_VERSION_STRING "2.14.5.dev" /* string version. Sync with above! */ #define BLOSC2_VERSION_DATE "$Date:: 2023-04-10 #$" /* date version */