From bf332f430fe000b406828d0538755a8c80cffbfd Mon Sep 17 00:00:00 2001 From: Sheng Di Date: Tue, 26 Mar 2019 13:49:30 -0500 Subject: [PATCH] revise the version number based on the small revision (bug fixing) : 2.1.4.1--> 2.1.4.2 --- sz/include/sz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sz/include/sz.h b/sz/include/sz.h index dd7920cc..a53e2df5 100644 --- a/sz/include/sz.h +++ b/sz/include/sz.h @@ -83,7 +83,7 @@ extern "C" { #define SZ_VER_MAJOR 2 #define SZ_VER_MINOR 1 #define SZ_VER_BUILD 4 -#define SZ_VER_REVISION 1 +#define SZ_VER_REVISION 2 #define PASTRI 103 #define HZ 102