Skip to content

Commit

Permalink
modified: src/version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Sep 14, 2023
1 parent 93a29cf commit b69d5a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*_)
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -12,4 +12,4 @@
VERSION_SUB)

#define WASM_VERSION "23.07.31.0"
#define VERSION_STRING "F/SV2023-09-13.0-BETA"
#define VERSION_STRING "F/SV2023-09-14.0-BETA"

0 comments on commit b69d5a3

Please sign in to comment.