Skip to content

Commit

Permalink
updating version # to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Dec 6, 2016
1 parent ff393d5 commit 5fa33a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/H5Zzfp.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ get_zfp_info_from_cd_values(size_t cd_nelmts, unsigned int const *cd_values,

H5Z_zfp_init();

if (0x0020 <= h5z_zfp_version_no && h5z_zfp_version_no <= 0x0040)
if (0x0020 <= h5z_zfp_version_no && h5z_zfp_version_no <= 0x0060)
return get_zfp_info_from_cd_values_0x0030(cd_nelmts-1, &cd_values[1], zfp_mode, zfp_meta, swap);

H5Epush(H5E_DEFAULT, __FILE__, "", __LINE__, H5Z_ZFP_ERRCLASS, H5E_PLINE, H5E_BADVALUE,
Expand Down
2 changes: 1 addition & 1 deletion src/H5Zzfp_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define H5Z_FILTER_ZFP 32013

#define H5Z_FILTER_ZFP_VERSION_MAJOR 0
#define H5Z_FILTER_ZFP_VERSION_MINOR 4
#define H5Z_FILTER_ZFP_VERSION_MINOR 6
#define H5Z_FILTER_ZFP_VERSION_PATCH 0

#define H5Z_ZFP_MODE_RATE 1
Expand Down
2 changes: 1 addition & 1 deletion src/H5Zzfp_props_f.F90
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MODULE H5Zzfp_props_f
INTEGER :: H5Z_FILTER_ZFP=32013

INTEGER :: H5Z_FILTER_ZFP_VERSION_MAJOR=0
INTEGER :: H5Z_FILTER_ZFP_VERSION_MINOR=4
INTEGER :: H5Z_FILTER_ZFP_VERSION_MINOR=6
INTEGER :: H5Z_FILTER_ZFP_VERSION_PATCH=0

INTEGER(C_SIZE_T), PARAMETER :: H5Z_ZFP_CD_NELMTS_MEM=6 ! used in public API to filter
Expand Down

0 comments on commit 5fa33a9

Please sign in to comment.