diff --git a/CHANGELOG.md b/CHANGELOG.md index b6af9b804..03a297103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [5.0.44] - 2023-09-14 + +* spectrum binning: replaced the _*Largest Triangle Three Buckets*_ downsampling with true binning (averaging adjacent values) + ## [5.0.43] - 2023-09-13 * added a new spectrum binning functionality (see a menu setting _*Preferences*_ / _*spectrum binning*_) diff --git a/src/version.h b/src/version.h index 070c548b5..709bc289d 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,7 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 0 -#define VERSION_SUB 43 +#define VERSION_SUB 44 #define STR_HELPER(x) #x #define STR(x) STR_HELPER(x) @@ -12,4 +12,4 @@ VERSION_SUB) #define WASM_VERSION "23.07.31.0" -#define VERSION_STRING "F/SV2023-09-13.0-BETA" \ No newline at end of file +#define VERSION_STRING "F/SV2023-09-14.0-BETA" \ No newline at end of file