Skip to content

Commit

Permalink
Post 1.21.5 release actions done
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Sep 2, 2023
1 parent d306135 commit 19c769c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@
===========================


Changes from 1.21.5 to 1.21.6
=============================

#XXX version-specific blurb XXX#


Changes from 1.21.4 to 1.21.5
=============================


* Fix SSE2/AVX2 build issue. Fixes #352. Thanks to Thomas VINCENT
and Mark Kittisopikul.

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

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

Expand Down

0 comments on commit 19c769c

Please sign in to comment.