File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.13)
2- project (SZ3 VERSION 3.1.0 .0)
2+ project (SZ3 VERSION 3.1.1 .0)
33include (GNUInstallDirs)
44include (CTest)
55
Original file line number Diff line number Diff line change @@ -46,4 +46,5 @@ Version New features
4646* SZ 3.0.0 SZ3 is the C++ version of SZ with modular and composable design.
4747* SZ 3.0.1 Improve the build process.
4848* SZ 3.0.2 Support point-wise relative error bound mode.
49- * SZ 3.1.0 The default algorithm is now interpolation+Lorenzo.
49+ * SZ 3.1.0 The default algorithm is now interpolation+Lorenzo.
50+ * SZ 3.1.1 Add OpenMP support. Works for all algorithms.
Original file line number Diff line number Diff line change 88/* ------ Version ------*/
99#define SZ_VERSION_MAJOR 3
1010#define SZ_VERSION_MINOR 1
11- #define SZ_VERSION_RELEASE 0
11+ #define SZ_VERSION_RELEASE 1
1212
1313#define SZ_LIB_VERSION SZ_VERSION_MAJOR.SZ_VERSION_MINOR.SZ_VERSION_RELEASE
1414#define SZ_QUOTE (str ) #str
You can’t perform that action at this time.
0 commit comments