Skip to content

Commit 476305d

Browse files
author
Charles PIGNEROL
committed
Version 5.3.2. Fixes display of histograms in cases where only one class is re quested, this resulted in flat histograms, without axis legend.
1 parent ed129fa commit 476305d

File tree

4 files changed

+114
-154
lines changed

4 files changed

+114
-154
lines changed

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set (QWT_CHARTS_MAJOR_VERSION "5")
66
set (QWT_CHARTS_MINOR_VERSION "3")
7-
set (QWT_CHARTS_RELEASE_VERSION "1")
7+
set (QWT_CHARTS_RELEASE_VERSION "2")
88
set (QWT_CHARTS_VERSION ${QWT_CHARTS_MAJOR_VERSION}.${QWT_CHARTS_MINOR_VERSION}.${QWT_CHARTS_RELEASE_VERSION})
99

1010

0 commit comments

Comments
 (0)