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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Apr 27, 2020
1 parent 64f3874 commit e36c97f
Show file tree
Hide file tree
Showing 4 changed files with 8 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.3: 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 @@ -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()
Expand Down
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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

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 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 */


Expand Down

0 comments on commit e36c97f

Please sign in to comment.