[kxstitch/release-2.0.0] /: Bump version numbers

Steve Allewell steve.allewell at gmail.com
Fri Nov 11 22:07:24 UTC 2016


Git commit 92ad669f0e9a628f7b7a0fe7f8a5d98b15f4c600 by Steve Allewell.
Committed on 11/11/2016 at 21:44.
Pushed by sallewell into branch 'release-2.0.0'.

Bump version numbers

Bump version numbers for KF5 release 2.0.0

M  +1    -1    Doxyfile.in
M  +3    -3    doc/index.docbook
M  +1    -1    kxstitchui.rc
M  +1    -1    src/Main.cpp

http://commits.kde.org/kxstitch/92ad669f0e9a628f7b7a0fe7f8a5d98b15f4c600

diff --git a/Doxyfile.in b/Doxyfile.in
index a172066..816233f 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         = 1.99.0
+PROJECT_NUMBER         = 2.0.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 8a09edf..e246804 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -29,12 +29,12 @@
             <!-- TRANS:ROLES_OF_TRANSLATORS -->
         </authorgroup>
         <copyright>
-            <year>2015</year>
+            <year>2016</year>
             <holder>Stephen P. Allewell</holder>
         </copyright>
         <legalnotice>&FDLNotice;</legalnotice>
-        <date>15/7/2015</date>
-        <releaseinfo>V.1.99.0</releaseinfo>
+        <date>2016-10-11</date>
+        <releaseinfo>V.2.0.0</releaseinfo>
         <abstract>
             <para>
                 &kapp; is an application designed to allow people to create cross stitch patterns and print them.
diff --git a/kxstitchui.rc b/kxstitchui.rc
index 5427326..537cfa6 100644
--- a/kxstitchui.rc
+++ b/kxstitchui.rc
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui name="kxstitch" version="1.99.0">
+<kpartgui name="kxstitch" version="2.0.0">
 <MenuBar>
     <Menu name="file"><text>&File</text>
         <Action name="filePrintSetup" append="print_merge"/>
diff --git a/src/Main.cpp b/src/Main.cpp
index 5c08cb0..e171f36 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("1.99.0"),                      // version
+                         QStringLiteral("2.0.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