[utilities/keurocalc] /: Bump release number to 1.3.2
Eric Bischoff
null at kde.org
Tue Dec 13 11:36:09 GMT 2022
Git commit 339eb0b18b0eedbcc4ac4c5552f39fa98f32a5ab by Eric Bischoff.
Committed on 12/12/2022 at 09:04.
Pushed by bischoff into branch 'master'.
Bump release number to 1.3.2
Also bump copyright end date to 2022
M +1 -1 curconvd/CMakeLists.txt
M +1 -1 curconvd/converter.cpp
M +1 -1 curconvd/converter.h
M +3 -3 curconvd/main.cpp
M +1 -1 curconvd/table.cpp
M +1 -1 curconvd/table.h
M +1 -1 currencies/currencies.cpp
M +1 -1 currencies/currencies.h
M +6 -6 doc/index.docbook
M +1 -1 keurocalc/CMakeLists.txt
M +1 -1 keurocalc/keurocalc.cpp
M +1 -1 keurocalc/keurocalc.h
M +3 -3 keurocalc/main.cpp
M +1 -1 keurocalc/preferences.cpp
M +1 -1 keurocalc/preferences.h
https://invent.kde.org/utilities/keurocalc/commit/339eb0b18b0eedbcc4ac4c5552f39fa98f32a5ab
diff --git a/curconvd/CMakeLists.txt b/curconvd/CMakeLists.txt
index 75cb68b..efdb78a 100644
--- a/curconvd/CMakeLists.txt
+++ b/curconvd/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(curconvd VERSION "1.3.1")
+project(curconvd VERSION "1.3.2")
########### next target ###############
diff --git a/curconvd/converter.cpp b/curconvd/converter.cpp
index 8c3f9c2..4df3c25 100644
--- a/curconvd/converter.cpp
+++ b/curconvd/converter.cpp
@@ -2,7 +2,7 @@
converter.cpp - d-bus service
-------------------
begin : lun nov 13 11:22:05 CET 2006
- copyright : (C) 2006-2019 by Éric Bischoff
+ copyright : (C) 2006-2022 by Éric Bischoff
email : bischoff at kde.org
***************************************************************************/
diff --git a/curconvd/converter.h b/curconvd/converter.h
index 8ee6f74..4d30e2b 100644
--- a/curconvd/converter.h
+++ b/curconvd/converter.h
@@ -2,7 +2,7 @@
converter.h - d-bus service
-------------------
begin : lun nov 13 11:28:34 CET 2006
- copyright : (C) 2006-2019 by Éric Bischoff
+ copyright : (C) 2006-2022 by Éric Bischoff
email : bischoff at kde.org
***************************************************************************/
diff --git a/curconvd/main.cpp b/curconvd/main.cpp
index 7941359..84cf97d 100644
--- a/curconvd/main.cpp
+++ b/curconvd/main.cpp
@@ -2,7 +2,7 @@
main.cpp - main program
-------------------
begin : lun nov 13 11:22:05 CET 2006
- copyright : (C) 2006-2019 by Éric Bischoff
+ copyright : (C) 2006-2022 by Éric Bischoff
email : bischoff at kde.org
***************************************************************************/
@@ -29,8 +29,8 @@
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
- KAboutData aboutData("curconvd", i18n("CurConvD"), "1.3.1", i18n("A currency converter daemon"),
- KAboutLicense::GPL, i18n("(c) 2006-2019, the curconvd developers"), i18n("A program by Éric Bischoff <bischoff at kde.org>\n\nTime Genie exchange rates courtesy of <a href='http://www.timegenie.com/' title='foreign exchange rates courtesy of Time Genie'>Time Genie</a>\n"));
+ KAboutData aboutData("curconvd", i18n("CurConvD"), "1.3.2", i18n("A currency converter daemon"),
+ KAboutLicense::GPL, i18n("(c) 2006-2022, the curconvd developers"), i18n("A program by Éric Bischoff <bischoff at kde.org>\n\nTime Genie exchange rates courtesy of <a href='http://www.timegenie.com/' title='foreign exchange rates courtesy of Time Genie'>Time Genie</a>\n"));
aboutData.addAuthor(i18n("Éric Bischoff"), i18n("Design and implementation"), "bischoff at kde.org");
diff --git a/curconvd/table.cpp b/curconvd/table.cpp
index 89b9040..6179ae2 100644
--- a/curconvd/table.cpp
+++ b/curconvd/table.cpp
@@ -2,7 +2,7 @@
table.cpp - conversion table
-------------------
begin : jeu nov 23 21:03:30 CET 2006
- copyright : (C) 2006-2019 by Éric Bischoff
+ copyright : (C) 2006-2022 by Éric Bischoff
email : bischoff at kde.org
***************************************************************************/
diff --git a/curconvd/table.h b/curconvd/table.h
index 1acce65..ff40767 100644
--- a/curconvd/table.h
+++ b/curconvd/table.h
@@ -2,7 +2,7 @@
table.h - conversion table
-------------------
begin : jeu nov 23 21:03:27 CET 2006
- copyright : (C) 2006-2019 by Éric Bischoff
+ copyright : (C) 2006-2022 by Éric Bischoff
email : bischoff at kde.org
***************************************************************************/
diff --git a/currencies/currencies.cpp b/currencies/currencies.cpp
index aa38af2..98397f7 100644
--- a/currencies/currencies.cpp
+++ b/currencies/currencies.cpp
@@ -2,7 +2,7 @@
currencies.cpp - list of currencies
-------------------
begin : sam déc 1 23:40:19 CET 2001
- copyright : (C) 2001-2019 by Éric Bischoff
+ copyright : (C) 2001-2022 by Éric Bischoff
email : bischoff at kde.org
***************************************************************************/
diff --git a/currencies/currencies.h b/currencies/currencies.h
index 0126515..cb2a7ae 100644
--- a/currencies/currencies.h
+++ b/currencies/currencies.h
@@ -2,7 +2,7 @@
currencies.h - list of currencies
-------------------
begin : sam déc 1 23:40:19 CET 2001
- copyright : (C) 2001-2019 by Éric Bischoff
+ copyright : (C) 2001-2022 by Éric Bischoff
email : bischoff at kde.org
***************************************************************************/
diff --git a/doc/index.docbook b/doc/index.docbook
index 7f63cc9..a8c24a3 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -23,18 +23,18 @@
<!-- TRANS:ROLES_OF_TRANSLATORS -->
<copyright>
-<year>2001-2019</year>
+<year>2001-2022</year>
<holder>Éric Bischoff</holder>
</copyright>
<legalnotice>&FDLNotice;</legalnotice>
-<date>2019-06-24</date>
-<releaseinfo>1.3.1</releaseinfo>
+<date>2022-12-10</date>
+<releaseinfo>1.3.2</releaseinfo>
<abstract>
<para>
&keurocalc; is an universal pocket currency converter and calculator.
-This documentation describes &keurocalc; version 1.3.1.
+This documentation describes &keurocalc; version 1.3.2.
</para>
</abstract>
@@ -695,7 +695,7 @@ when &keurocalc; starts.</para>
<para>&keurocalc;</para>
-<para>Program copyright 2001-2019 the &keurocalc; developers:
+<para>Program copyright 2001-2022 the &keurocalc; developers:
<itemizedlist>
<listitem><para>Éric Bischoff <email>bischoff at _NOSPAM_kde.org</email> - design and implementation</para></listitem>
@@ -704,7 +704,7 @@ when &keurocalc; starts.</para>
<listitem><para>Bas Willems <email>cybersurfer at _NOSPAM_euronet.nl</email> - graphical artwork</para></listitem>
</itemizedlist></para>
-<para>Documentation copyright 2001-2019 Éric Bischoff
+<para>Documentation copyright 2001-2022 Éric Bischoff
<email>bischoff at _NOSPAM_kde.org</email>.</para>
<para>Documentation reviewed by &Philip.Rodrigues; &Philip.Rodrigues.mail;.</para>
diff --git a/keurocalc/CMakeLists.txt b/keurocalc/CMakeLists.txt
index 409261f..2fec14f 100644
--- a/keurocalc/CMakeLists.txt
+++ b/keurocalc/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(keurocalc VERSION "1.3.1")
+project(keurocalc VERSION "1.3.2")
########### next target ###############
diff --git a/keurocalc/keurocalc.cpp b/keurocalc/keurocalc.cpp
index a5130cc..160906c 100644
--- a/keurocalc/keurocalc.cpp
+++ b/keurocalc/keurocalc.cpp
@@ -2,7 +2,7 @@
keurocalc.cpp - main widget
-------------------
begin : sam déc 1 23:40:19 CET 2001
- copyright : (C) 2001-2019 by Éric Bischoff
+ copyright : (C) 2001-2022 by Éric Bischoff
email : bischoff at kde.org
***************************************************************************/
diff --git a/keurocalc/keurocalc.h b/keurocalc/keurocalc.h
index dbe39fc..1869c50 100644
--- a/keurocalc/keurocalc.h
+++ b/keurocalc/keurocalc.h
@@ -2,7 +2,7 @@
keurocalc.h - main widget
-------------------
begin : sam déc 1 23:40:19 CET 2001
- copyright : (C) 2001-2019 by Éric Bischoff
+ copyright : (C) 2001-2022 by Éric Bischoff
email : bischoff at kde.org
***************************************************************************/
diff --git a/keurocalc/main.cpp b/keurocalc/main.cpp
index ca24614..e40d968 100644
--- a/keurocalc/main.cpp
+++ b/keurocalc/main.cpp
@@ -2,7 +2,7 @@
main.cpp - main program
-------------------
begin : sam déc 1 23:40:19 CET 2001
- copyright : (C) 2001-2019 by Éric Bischoff
+ copyright : (C) 2001-2022 by Éric Bischoff
email : bischoff at kde.org
***************************************************************************/
@@ -31,9 +31,9 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
KLocalizedString::setApplicationDomain("keurocalc");
- const QString copyright = i18n("(c) 2001-2019, the KEuroCalc developers");
+ const QString copyright = i18n("(c) 2001-2022, the KEuroCalc developers");
const QString description = i18n("Cash converter and calculator");
- KAboutData aboutData("keurocalc", i18n("KEuroCalc"), "1.3.1", description,
+ KAboutData aboutData("keurocalc", i18n("KEuroCalc"), "1.3.2", description,
KAboutLicense::GPL, copyright, i18n("A program by Éric Bischoff <bischoff at kde.org>\n\nThis program is dedicated to all who know that money does not justify anything.\n\nTime Genie exchange rates courtesy of <a href='http://www.timegenie.com/' title='foreign exchange rates courtesy of Time Genie'>Time Genie</a>\n"));
aboutData.addAuthor(i18n("Éric Bischoff"), i18n("Design and implementation"), "bischoff at kde.org");
diff --git a/keurocalc/preferences.cpp b/keurocalc/preferences.cpp
index a984274..1fc9f4b 100644
--- a/keurocalc/preferences.cpp
+++ b/keurocalc/preferences.cpp
@@ -2,7 +2,7 @@
preferences.cpp - preferences widget
-------------------
begin : lun avr 12 18:25:02 CET 2004
- copyright : (C) 2001-2019 by Éric Bischoff
+ copyright : (C) 2001-2022 by Éric Bischoff
email : bischoff at kde.org
***************************************************************************/
diff --git a/keurocalc/preferences.h b/keurocalc/preferences.h
index bdc4df3..41738e1 100644
--- a/keurocalc/preferences.h
+++ b/keurocalc/preferences.h
@@ -2,7 +2,7 @@
preferences.h - preferences widget
-------------------
begin : lun avr 12 18:25:02 CET 2004
- copyright : (C) 2001-2019 by Éric Bischoff
+ copyright : (C) 2001-2022 by Éric Bischoff
email : bischoff at kde.org
***************************************************************************/
More information about the kde-doc-english
mailing list