[kxstitch/release-2.1.0] /: Bumped version numbers
Steve Allewell
null at kde.org
Sun Dec 17 17:10:26 UTC 2017
Git commit ff39290aee9c6fd1761b8aaf3e33286363fb3986 by Steve Allewell.
Committed on 17/12/2017 at 16:09.
Pushed by sallewell into branch 'release-2.1.0'.
Bumped version numbers
M +1 -1 Doxyfile.in
M +2 -2 doc/index.docbook
M +1 -1 src/Main.cpp
https://commits.kde.org/kxstitch/ff39290aee9c6fd1761b8aaf3e33286363fb3986
diff --git a/Doxyfile.in b/Doxyfile.in
index 816233f..abd7289 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -31,7 +31,7 @@ PROJECT_NAME = KXStitch
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 2.0.0
+PROJECT_NUMBER = 2.1.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/doc/index.docbook b/doc/index.docbook
index 33faed0..5ef964a 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -31,8 +31,8 @@
<holder>Stephen P. Allewell</holder>
</copyright>
<legalnotice>&FDLNotice;</legalnotice>
- <date>2016-12-01</date>
- <releaseinfo>KXStitch 2.0.0</releaseinfo>
+ <date>2017-12-17</date>
+ <releaseinfo>KXStitch 2.1.0</releaseinfo>
<abstract>
<para>
&kxstitch; is an application designed to allow people to create cross stitch patterns and print them.
diff --git a/src/Main.cpp b/src/Main.cpp
index e171f36..8ff91af 100644
--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -90,7 +90,7 @@ int main(int argc, char *argv[])
KAboutData aboutData(QStringLiteral("kxstitch"), // component name
QString(i18n("kxstitch")), // display name
- QStringLiteral("2.0.0"), // version
+ QStringLiteral("2.1.0"), // version
i18n("A cross stitch pattern creator."), // short description
KAboutLicense::GPL_V2, // license
i18n("(c) 2010-2015 Stephen Allewell"), // copyright
More information about the kde-doc-english
mailing list