[keurocalc] /: This will be future version 1.3.1
Eric Bischoff
null at kde.org
Thu Jun 27 17:17:41 BST 2019
Git commit 6dbc84d1a64c29c7aa81e5186f348ce32c319f86 by Eric Bischoff.
Committed on 27/06/2019 at 16:17.
Pushed by bischoff into branch 'master'.
This will be future version 1.3.1
M +1 -1 curconvd/CMakeLists.txt
M +1 -1 curconvd/main.cpp
M +2 -2 doc/index.docbook
M +1 -1 keurocalc/CMakeLists.txt
M +1 -1 keurocalc/main.cpp
https://commits.kde.org/keurocalc/6dbc84d1a64c29c7aa81e5186f348ce32c319f86
diff --git a/curconvd/CMakeLists.txt b/curconvd/CMakeLists.txt
index efba888..25a7d4e 100644
--- a/curconvd/CMakeLists.txt
+++ b/curconvd/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(curconvd VERSION "1.3.0")
+project(curconvd VERSION "1.3.1")
########### next target ###############
diff --git a/curconvd/main.cpp b/curconvd/main.cpp
index 42102f6..599ca6f 100644
--- a/curconvd/main.cpp
+++ b/curconvd/main.cpp
@@ -34,7 +34,7 @@ static const char
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
- KAboutData aboutData("curconvd", i18n(name), "1.3.0", i18n(description),
+ KAboutData aboutData("curconvd", i18n(name), "1.3.1", i18n(description),
KAboutLicense::GPL, i18n(copyright), i18n(text));
aboutData.addAuthor(i18n("Éric Bischoff"), i18n("Design and implementation"), "ebischoff at nerim.net");
diff --git a/doc/index.docbook b/doc/index.docbook
index c9b033b..f75c21f 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -29,12 +29,12 @@
<legalnotice>&FDLNotice;</legalnotice>
<date>2019-06-24</date>
-<releaseinfo>1.3.0</releaseinfo>
+<releaseinfo>1.3.1</releaseinfo>
<abstract>
<para>
&keurocalc; is an universal pocket currency converter and calculator.
-This documentation describes &keurocalc; version 1.3.0.
+This documentation describes &keurocalc; version 1.3.1.
</para>
</abstract>
diff --git a/keurocalc/CMakeLists.txt b/keurocalc/CMakeLists.txt
index 73eb0c5..e038084 100644
--- a/keurocalc/CMakeLists.txt
+++ b/keurocalc/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(keurocalc VERSION "1.3.0")
+project(keurocalc VERSION "1.3.1")
########### next target ###############
diff --git a/keurocalc/main.cpp b/keurocalc/main.cpp
index f53e944..35f369f 100644
--- a/keurocalc/main.cpp
+++ b/keurocalc/main.cpp
@@ -37,7 +37,7 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
KLocalizedString::setApplicationDomain("keurocalc");
- KAboutData aboutData("keurocalc", i18n(name), "1.3.0", i18n(description),
+ KAboutData aboutData("keurocalc", i18n(name), "1.3.1", i18n(description),
KAboutLicense::GPL, i18n(copyright), i18n(text));
aboutData.addAuthor(i18n("Éric Bischoff"), i18n("Design and implementation"), "ebischoff at nerim.net");
More information about the kde-doc-english
mailing list