[kxstitch] /: Updated version numbers for master branch and use entity in docs

Steve Allewell null at kde.org
Tue Feb 6 16:43:26 UTC 2018


Git commit 5c662aec3c1ecc28dc99a1ba224f2b420accdb81 by Steve Allewell.
Committed on 06/02/2018 at 16:42.
Pushed by sallewell into branch 'master'.

Updated version numbers for master branch and use entity in docs

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

https://commits.kde.org/kxstitch/5c662aec3c1ecc28dc99a1ba224f2b420accdb81

diff --git a/Doxyfile.in b/Doxyfile.in
index abd7289..059ba91 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.0
+PROJECT_NUMBER         = 2.1.99
 
 # 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 5ef964a..4e6a729 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -31,8 +31,8 @@
             <holder>Stephen P. Allewell</holder>
         </copyright>
         <legalnotice>&FDLNotice;</legalnotice>
-        <date>2017-12-17</date>
-        <releaseinfo>KXStitch 2.1.0</releaseinfo>
+        <date>2018-02-06</date>
+        <releaseinfo>&kxstitch; 2.1.99</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 8ff91af..9d0ad9c 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.1.0"),                       // version
+                         QStringLiteral("2.1.99"),                      // 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