Skip to content

Commit

Permalink
Version 5.3.2. Fixes display of histograms in cases where only one cl…
Browse files Browse the repository at this point in the history
…ass is re quested, this resulted in flat histograms, without axis legend.
  • Loading branch information
Charles PIGNEROL committed Jan 24, 2025
1 parent ed129fa commit 476305d
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 154 deletions.
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set (QWT_CHARTS_MAJOR_VERSION "5")
set (QWT_CHARTS_MINOR_VERSION "3")
set (QWT_CHARTS_RELEASE_VERSION "1")
set (QWT_CHARTS_RELEASE_VERSION "2")
set (QWT_CHARTS_VERSION ${QWT_CHARTS_MAJOR_VERSION}.${QWT_CHARTS_MINOR_VERSION}.${QWT_CHARTS_RELEASE_VERSION})


Loading

0 comments on commit 476305d

Please sign in to comment.