[kxstitch/release-2.2.0] /: Bumped version numbers 2.2.0

Steve Allewell null at kde.org
Sun May 19 14:34:32 BST 2019


Git commit 7287f91eba6f8200dfeec32d40406a3078899af9 by Steve Allewell.
Committed on 19/05/2019 at 13:34.
Pushed by sallewell into branch 'release-2.2.0'.

Bumped version numbers 2.2.0

M  +1    -1    Doxyfile.in
M  +1    -1    doc/index.docbook
M  +2    -2    src/Main.cpp

https://commits.kde.org/kxstitch/7287f91eba6f8200dfeec32d40406a3078899af9

diff --git a/Doxyfile.in b/Doxyfile.in
index 059ba91..2b8e818 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.1.99
+PROJECT_NUMBER         = 2.2.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 4e6a729..7afc5eb 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -32,7 +32,7 @@
         </copyright>
         <legalnotice>&FDLNotice;</legalnotice>
         <date>2018-02-06</date>
-        <releaseinfo>&kxstitch; 2.1.99</releaseinfo>
+        <releaseinfo>&kxstitch; 2.2.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 9d0ad9c..e2cdcb4 100644
--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -90,10 +90,10 @@ int main(int argc, char *argv[])
 
     KAboutData aboutData(QStringLiteral("kxstitch"),                    // component name
                          QString(i18n("kxstitch")),                     // display name
-                         QStringLiteral("2.1.99"),                      // version
+                         QStringLiteral("2.2.0"),                       // version
                          i18n("A cross stitch pattern creator."),       // short description
                          KAboutLicense::GPL_V2,                         // license
-                         i18n("(c) 2010-2015 Stephen Allewell"),        // copyright
+                         i18n("(c) 2010-2019 Stephen Allewell"),        // copyright
                          QString(),                                     // other text
                          QStringLiteral("http://userbase.kde.org/KXStitch")    // home page
                          // bug address defaults to submit at bugs.kde.org


More information about the kde-doc-english mailing list