[kde-doc-english] [kgeography] /: Let's call the 4.11 version 0.8.1
Albert Astals Cid
aacid at kde.org
Sun Jun 9 22:48:58 UTC 2013
Git commit 6568f43f6ffa94f662565b775f64950af7f65520 by Albert Astals Cid.
Committed on 10/06/2013 at 00:48.
Pushed by aacid into branch 'master'.
Let's call the 4.11 version 0.8.1
It's a bit of a weird number but it has a new map so it should
have a new version number and using 0.9 for such a small change
seems too much :D
M +1 -1 doc/index.docbook
M +1 -1 src/main.cpp
http://commits.kde.org/kgeography/6568f43f6ffa94f662565b775f64950af7f65520
diff --git a/doc/index.docbook b/doc/index.docbook
index 279a6eb..6ded6e9 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -44,7 +44,7 @@
<legalnotice>&FDLNotice;</legalnotice>
<date>2013-05-28</date>
-<releaseinfo>0.8.0 (&kde; 4.11)</releaseinfo>
+<releaseinfo>0.8.1 (&kde; 4.11)</releaseinfo>
<!-- Abstract about this handbook -->
diff --git a/src/main.cpp b/src/main.cpp
index 1fb65a7..99273ff 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -16,7 +16,7 @@
int main(int argc, char *argv[])
{
- KAboutData about("kgeography", 0, ki18n("KGeography"), "0.8.0", ki18n("A geography learning program"), KAboutData::License_GPL, ki18n("© 2004-2005 Albert Astals Cid"), KLocalizedString(), "http://userbase.kde.org/KGeography");
+ KAboutData about("kgeography", 0, ki18n("KGeography"), "0.8.1", ki18n("A geography learning program"), KAboutData::License_GPL, ki18n("© 2004-2005 Albert Astals Cid"), KLocalizedString(), "http://userbase.kde.org/KGeography");
about.addAuthor(ki18n("Albert Astals Cid"), ki18n("Programmer and designer"), "aacid at kde.org");
about.addCredit(ki18n("Sodipodi flags collection"), ki18n("Got some flags from it"), 0, "http://www.sodipodi.com/index.php3?section=clipart/flags");
KCmdLineArgs::init(argc, argv, &about);
More information about the kde-doc-english
mailing list