From b69d5a3e5d435736f15b109bd2530b3115989e2c Mon Sep 17 00:00:00 2001 From: jvo203 Date: Thu, 14 Sep 2023 11:45:14 +0900 Subject: [PATCH] modified: src/version.h --- CHANGELOG.md | 4 ++++ src/version.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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