Git commit e6d1c4358f717e0dcc0d8d0cb627a417b2c1c66f by Yuri Chornoivan. Committed on 09/11/2018 at 21:50. Pushed by yurchor into branch 'Applications/18.12'.
Bump KmPlot version Differential Revision: https://phabricator.kde.org/D16781 M +2 -2 doc/index.docbook M +1 -1 kmplot/main.cpp https://commits.kde.org/kmplot/e6d1c4358f717e0dcc0d8d0cb627a417b2c1c66f diff --git a/doc/index.docbook b/doc/index.docbook index 8970e0e..0fdeb9f 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -43,8 +43,8 @@ <legalnotice>&FDLNotice;</legalnotice> -<date>2016-05-08</date> -<releaseinfo>1.2.1 (Applications 16.04)</releaseinfo> +<date>2018-11-09</date> +<releaseinfo>1.2.2 (Applications 18.12)</releaseinfo> <!-- Abstract about this handbook --> diff --git a/kmplot/main.cpp b/kmplot/main.cpp index 8dea0a2..32668a6 100644 --- a/kmplot/main.cpp +++ b/kmplot/main.cpp @@ -25,7 +25,7 @@ /** * Version string of KmPlot. */ -static const char* version = "1.2.1"; +static const char* version = "1.2.2"; // local includes #include "kmplot.h"
