[kxstitch] /: Bump version numbers

Steve Allewell steve.allewell at gmail.com
Sat Dec 3 23:24:46 UTC 2016


Git commit cf28351c0bd3dbd9620012a60d90dabbf0c4da36 by Steve Allewell.
Committed on 03/12/2016 at 23:16.
Pushed by sallewell into branch 'master'.

Bump version numbers

Bump version numbers for KF5 release 2.0.0
Cherry-picked from 92ad669f0e9a628f7b7a0fe7f8a5d98b15f4c600
Conflicts doc/index.docbook
Commit fabea65fa11526da926fb2a66e506f3bb7ce94ce takes precedence

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

https://commits.kde.org/kxstitch/cf28351c0bd3dbd9620012a60d90dabbf0c4da36

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 76add93..33faed0 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -27,7 +27,7 @@
             <!-- TRANS:ROLES_OF_TRANSLATORS -->
         </authorgroup>
         <copyright>
-            <year>2015</year>
+            <year>2016</year>
             <holder>Stephen P. Allewell</holder>
         </copyright>
         <legalnotice>&FDLNotice;</legalnotice>
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