Skip to content

Commit d1e23ad

Browse files
committed
update version and whatsnew
1 parent 620ff7a commit d1e23ad

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.0)
22

33
# Project Name and Version
4-
project(JKQTPlotter LANGUAGES CXX VERSION 2019.11.2)
4+
project(JKQTPlotter LANGUAGES CXX VERSION 2019.11.3)
55

66

77
# set search path for CMake files

doc/dox/whatsnew.dox

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ Changes, compared to \ref page_whatsnew_V2018_08 "v2018.08" include:
100100
<ul>
101101
<li> fixed issue <a href="https://github.com/jkriege2/JKQtPlotter/pull/38">#38: Buffer overflow</a>, thanks to <a href="https://github.com/zertyz">user:zertyz</a></li>
102102
</ul>
103+
104+
\subsection page_whatsnew_V2019_11_2 v2019.11.3
105+
<ul>
106+
<li> fixed issue <a href="https://github.com/jkriege2/JKQtPlotter/pull/43">#43: jkqtp_format() had undefined behaviour</a>, thanks to <a href="https://github.com/Makis42">user:Makis42</a></li>
107+
<li> fixed issue <a href="https://github.com/jkriege2/JKQtPlotter/pull/41">#41: Build error when JKQtPlotter_BUILD_INCLUDE_XITS_FONTS set to OFF </a>, thanks to <a href="https://github.com/smistad">user:smistad</a></li>
108+
<li> fixed issue <a href="https://github.com/jkriege2/JKQtPlotter/pull/37">#37: CMake installs things into $PREFIX/doc/*.txt </a>, thanks to <a href="https://github.com/certik">user:certik</a></li>
109+
</ul>
103110

104111
\subsection page_whatsnew_V2019_11_DOWNLOAD v2019.11: Download
105112

0 commit comments

Comments
 (0)