upated doc&version

This commit is contained in:
jkriege2 2020-01-06 18:29:37 +01:00
parent d9086e99d2
commit 3a809923dc
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)
# Project Name and Version
project(JKQTPlotter LANGUAGES CXX VERSION 2019.11.1)
project(JKQTPlotter LANGUAGES CXX VERSION 2020.01.1)
# set search path for CMake files

View File

@ -24,7 +24,10 @@ This release is available from:
- Git-Link: <a href="https://github.com/jkriege2/JKQtPlotter.git">https://github.com/jkriege2/JKQtPlotter.git</a>
.
<ul>
<li> fixed issue <a href="https://github.com/jkriege2/JKQtPlotter/pull/34">#34: Skip drawing the line for negative values in log plots</a>, thanks to <a href="https://github.com/certik">user:certik</a></li>
<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>