Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
Getting ready for release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Apr 27, 2020
1 parent a1073c7 commit 0a5fc10
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ANNOUNCE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Announcing Caterva 0.3.0: a simple multidimensional container for compressed data
# Announcing Caterva 0.3.2: a simple multidimensional container for compressed data


## What is new?
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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()
Expand Down
10 changes: 9 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Release notes for Caterva 0.3.0
# Release notes for Caterva

## Changes from 0.3.1 to 0.3.2

* Do the actual tag in master.

## Changes from 0.3.0 to 0.3.1

* Fix versions in caterva.h.

## Changes from 0.2.2 to 0.3.0

Expand Down
4 changes: 2 additions & 2 deletions caterva/caterva.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 2 /* for tweaks, bug-fixes, or development */

#define CATERVA_VERSION_STRING "0.3.1" /* string version. Sync with above! */
#define CATERVA_VERSION_STRING "0.3.2" /* string version. Sync with above! */
#define CATERVA_VERSION_DATE "2020-04-27" /* date version */


Expand Down

0 comments on commit 0a5fc10

Please sign in to comment.