Skip to content

Commit

Permalink
Getting ready for release 2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Sep 2, 2019
1 parent eba0c21 commit 5e109d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions blosc/blosc2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 5e109d3

Please sign in to comment.