diff --git a/src/H5Z-SPERR/CMakeLists.txt b/src/H5Z-SPERR/CMakeLists.txt index 56dff9ae..93122631 100644 --- a/src/H5Z-SPERR/CMakeLists.txt +++ b/src/H5Z-SPERR/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) -project(H5Z-MD5 VERSION 0.0.1 LANGUAGES C DESCRIPTION "HDF5 plugin for SPERR compression") +project(H5Z-MD5 VERSION 0.1.3 LANGUAGES C DESCRIPTION "HDF5 plugin for SPERR compression") set(CMAKE_C_STANDARD 11) if(NOT CMAKE_BUILD_TYPE) diff --git a/src/H5Z-SPERR/README.md b/src/H5Z-SPERR/README.md index 99fcd929..414910fb 100644 --- a/src/H5Z-SPERR/README.md +++ b/src/H5Z-SPERR/README.md @@ -68,7 +68,7 @@ In the following example, `generate_cd_values` reports that `268651725u` encodes a bitrate of 3.3 bit-per-value, without doing rank order swap. ```Bash $ ./bin/generate_cd_values 1 3.3 -For fixed-rate compression with a bitrate of 3, without swapping rank orders, +For fixed-rate compression with a bitrate of 3.3, without swapping rank orders, H5Z-SPERR cd_values = 268651725u (Filter ID = 32028). Please use this value as a single 32-bit unsigned integer in your applications. ```