diff --git a/ANNOUNCE.md b/ANNOUNCE.md index 2a3de2a5..33764c06 100644 --- a/ANNOUNCE.md +++ b/ANNOUNCE.md @@ -1,4 +1,4 @@ -# Announcing Caterva 0.3.0: a simple multidimensional container for compressed data +# Announcing Caterva 0.3.3: a simple multidimensional container for compressed data ## What is new? diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c19fafe..9cb1fec1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,6 @@ if (NOT BLOSC_LIB) message(STATUS "Blosc2 library found at: ${BLOSC_LIB}") endif() find_path(BLOSC_INCLUDE "blosc2.h") - message("--> ${BLOSC_INCLUDE}") if (BLOSC_INCLUDE) message(STATUS "Blosc2 header found at: ${BLOSC_INCLUDE}") endif() diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c1e55d71..b9be1fee 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,8 @@ -# Release notes for Caterva 0.3.0 +# Release notes for Caterva + +## Changes from 0.3.0 to 0.3.3 + +* Fixing that 0.3.1 and 0.3.2 tags were not made in master :-/ ## Changes from 0.2.2 to 0.3.0 diff --git a/caterva/caterva.h b/caterva/caterva.h index 16d32dd5..4ebc31f7 100644 --- a/caterva/caterva.h +++ b/caterva/caterva.h @@ -28,9 +28,9 @@ /* Version numbers */ #define CATERVA_VERSION_MAJOR 0 /* for major interface/format changes */ #define CATERVA_VERSION_MINOR 3 /* for minor interface/format changes */ -#define CATERVA_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */ +#define CATERVA_VERSION_RELEASE 3 /* for tweaks, bug-fixes, or development */ -#define CATERVA_VERSION_STRING "0.3.1" /* string version. Sync with above! */ +#define CATERVA_VERSION_STRING "0.3.3" /* string version. Sync with above! */ #define CATERVA_VERSION_DATE "2020-04-27" /* date version */