Skip to content

Commit

Permalink
Getting ready for 1.21.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed May 16, 2023
1 parent 5183fae commit 2c2f9bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ANNOUNCE.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
===============================================================
Announcing C-Blosc 1.21.3
Announcing C-Blosc 1.21.4
A blocking, shuffling and lossless compression library for C
===============================================================

What is new?
============

This is a maintenance release. Upgraded internal-complib lz4
to 1.9.4 and blosclz to 2.5.1.
This is a maintenance release. Upgraded internal zstd from 1.5.2 to 1.5.5
and Zlib to 1.2.13.

For more info, please see the release notes in:

Expand Down
4 changes: 2 additions & 2 deletions blosc/blosc.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ extern "C" {
#define BLOSC_VERSION_MINOR 21 /* for minor interface/format changes */
#define BLOSC_VERSION_RELEASE 4 /* for tweaks, bug-fixes, or development */

#define BLOSC_VERSION_STRING "1.21.4.dev" /* string version. Sync with above! */
#define BLOSC_VERSION_STRING "1.21.4" /* string version. Sync with above! */
#define BLOSC_VERSION_REVISION "$Rev$" /* revision version */
#define BLOSC_VERSION_DATE "$Date:: 2022-12-15 #$" /* date version */
#define BLOSC_VERSION_DATE "$Date:: 2023-05-16 #$" /* date version */

/* The *_FORMAT symbols should be just 1-byte long */
#define BLOSC_VERSION_FORMAT 2 /* Blosc format version, starting at 1 */
Expand Down

0 comments on commit 2c2f9bd

Please sign in to comment.