[kde-doc-english] [cantor/KDE/4.12] /: bump version number
Alexander Rieder
alexanderrieder at gmail.com
Tue Nov 19 19:58:16 UTC 2013
Git commit 054ffcc48bc4dce017f473c72e7e0901c7b66941 by Alexander Rieder.
Committed on 19/11/2013 at 20:02.
Pushed by arieder into branch 'KDE/4.12'.
bump version number
M +1 -1 doc/index.docbook
M +1 -1 src/cantor_part.cpp
M +2 -2 src/main.cpp
http://commits.kde.org/cantor/054ffcc48bc4dce017f473c72e7e0901c7b66941
diff --git a/doc/index.docbook b/doc/index.docbook
index 7de0336..2ac3d9d 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -31,7 +31,7 @@
<legalnotice>&FDLNotice;</legalnotice>
<date>2013-10-27</date>
-<releaseinfo>0.4 (&kde; 4.12)</releaseinfo>
+<releaseinfo>0.5 (&kde; 4.12)</releaseinfo>
<abstract>
<para>
diff --git a/src/cantor_part.cpp b/src/cantor_part.cpp
index 7aad304..62562a2 100644
--- a/src/cantor_part.cpp
+++ b/src/cantor_part.cpp
@@ -338,7 +338,7 @@ KAboutData *CantorPart::createAboutData()
// the non-i18n name here must be the same as the directory in
// which the part's rc file is installed ('partrcdir' in the
// Makefile)
- KAboutData *aboutData = new KAboutData("cantorpart", "cantor", ki18n("CantorPart"), "0.4");
+ KAboutData *aboutData = new KAboutData("cantorpart", "cantor", ki18n("CantorPart"), "0.5");
aboutData->addAuthor(ki18n("Alexander Rieder"), KLocalizedString(), "alexanderrieder at gmail.com");
return aboutData;
}
diff --git a/src/main.cpp b/src/main.cpp
index dfd4ff0..87e2f63 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -28,7 +28,7 @@
static const char description[] =
I18N_NOOP("KDE Frontend to mathematical applications");
-static const char version[] = "0.4";
+static const char version[] = "0.5";
int main(int argc, char **argv)
{
@@ -36,7 +36,7 @@ int main(int argc, char **argv)
ki18n("Cantor"),
version, ki18n(description),
KAboutData::License_GPL,
- ki18n("(C) 2009-2012 Alexander Rieder"),
+ ki18n("(C) 2009-2013 Alexander Rieder"),
KLocalizedString(), 0
);
about.addAuthor( ki18n("Alexander Rieder"), KLocalizedString(), "alexanderrieder at gmail.com" );
More information about the kde-doc-english
mailing list