Skip to content

Commit

Permalink
[REL] Getting ready for 1.13.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jan 20, 2018
1 parent 45171b7 commit 26d9ee9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ANNOUNCE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
What is new?
============

#XXX version-specific blurb XXX#
- C-Blosc can be compiled on CentOS 6 now.

- LZ4 internal codec upgraded to 1.8.1.

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 13 /* for minor interface/format changes */
#define BLOSC_VERSION_RELEASE 2 /* for tweaks, bug-fixes, or development */

#define BLOSC_VERSION_STRING "1.13.2.dev" /* string version. Sync with above! */
#define BLOSC_VERSION_STRING "1.13.2" /* string version. Sync with above! */
#define BLOSC_VERSION_REVISION "$Rev$" /* revision version */
#define BLOSC_VERSION_DATE "$Date:: 2018-01-13 #$" /* date version */
#define BLOSC_VERSION_DATE "$Date:: 2018-01-20 #$" /* date version */

#define BLOSCLZ_VERSION_STRING "1.1.0" /* the internal compressor version */

Expand Down

0 comments on commit 26d9ee9

Please sign in to comment.