From 5e109d32203a343f4e00f95fd7abf61863791e37 Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Mon, 2 Sep 2019 12:14:51 +0200 Subject: [PATCH] Getting ready for release 2.0.0-beta.3 --- ANNOUNCE.rst | 4 ++-- blosc/blosc2.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ANNOUNCE.rst b/ANNOUNCE.rst index 3be79bad8..6f5ed7301 100644 --- a/ANNOUNCE.rst +++ b/ANNOUNCE.rst @@ -1,12 +1,12 @@ =============================================================== - Announcing C-Blosc 2.0.0-beta.2 + Announcing C-Blosc2 2.0.0-beta.3 A simple, compressed and fast data store library for C =============================================================== What is new? ============ -This is the second beta version, and the frame format has been much improved and [documented (yay!)](https://github.com/Blosc/c-blosc2/blob/master/README_FRAME_FORMAT.rst). Also, the metalayer-related functions are now updating the super-chunk instead of the frame. +This is the third beta version, a quick release to fix the fact that the previous one was made on a branch different than master. Also, this includes minor fixes in the trailer section of the frame; hence, the trailer version has been bumped to 1. In principle, C-Blosc2 should be backward compatible with C-Blosc, so you can start using it right away and slowly begin to use its new functionality, like the new filters, prefilters, super-chunks and frames. See docs in: https://blosc2.readthedocs.io diff --git a/blosc/blosc2.h b/blosc/blosc2.h index 9bc4ee2b7..7a6b7865a 100644 --- a/blosc/blosc2.h +++ b/blosc/blosc2.h @@ -33,9 +33,9 @@ extern "C" { #define BLOSC_VERSION_MINOR 0 /* for minor interface/format changes */ #define BLOSC_VERSION_RELEASE 0 /* for tweaks, bug-fixes, or development */ -#define BLOSC_VERSION_STRING "2.0.0-beta.3.dev" /* string version. Sync with above! */ +#define BLOSC_VERSION_STRING "2.0.0-beta.3" /* string version. Sync with above! */ #define BLOSC_VERSION_REVISION "$Rev$" /* revision version */ -#define BLOSC_VERSION_DATE "$Date:: 2019-08-30 #$" /* date version */ +#define BLOSC_VERSION_DATE "$Date:: 2019-09-02 #$" /* date version */ /* The VERSION_FORMAT symbols below should be just 1-byte long */