Skip to content

Commit

Permalink
update version and whatsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 committed Jun 28, 2020
1 parent 620ff7a commit d1e23ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)

# Project Name and Version
project(JKQTPlotter LANGUAGES CXX VERSION 2019.11.2)
project(JKQTPlotter LANGUAGES CXX VERSION 2019.11.3)


# set search path for CMake files
Expand Down
7 changes: 7 additions & 0 deletions doc/dox/whatsnew.dox
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@ Changes, compared to \ref page_whatsnew_V2018_08 "v2018.08" include:
<ul>
<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>
</ul>

\subsection page_whatsnew_V2019_11_2 v2019.11.3
<ul>
<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>
<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>
<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>
</ul>

\subsection page_whatsnew_V2019_11_DOWNLOAD v2019.11: Download

Expand Down

0 comments on commit d1e23ad

Please sign in to comment.