[kde-doc-english] [kxstitch/frameworks] /: Updated version numbers (1.99.0) will become 2.0.0 for KF5

Steve Allewell steve.allewell at gmail.com
Wed Aug 26 22:54:42 UTC 2015


Git commit cd57f2c3e4504143bf37116f024bbf1cc9176d01 by Steve Allewell.
Committed on 22/08/2015 at 17:17.
Pushed by sallewell into branch 'frameworks'.

Updated version numbers (1.99.0) will become 2.0.0 for KF5

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

http://commits.kde.org/kxstitch/cd57f2c3e4504143bf37116f024bbf1cc9176d01

diff --git a/Doxyfile.in b/Doxyfile.in
index 0633fd3..a172066 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.2.0
+PROJECT_NUMBER         = 1.99.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 bbe7de5..bc1099a 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -33,7 +33,7 @@
         </copyright>
         <legalnotice>&FDLNotice;</legalnotice>
         <date>15/7/2014</date>
-        <releaseinfo>V.1.2.0</releaseinfo>
+        <releaseinfo>V.1.99.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 a34afdb..4f539d4 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.2.0">
+<kpartgui name="kxstitch" version="1.99.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 0a00c1c..e766f51 100644
--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -86,7 +86,7 @@ int main(int argc, char *argv[])
 {
     KAboutData aboutData("kxstitch",
                          "kxstitch",
-                         ki18n("KXStitch"), "1.2.0",
+                         ki18n("KXStitch"), "1.99.0",
                          ki18n("A cross stitch pattern creator."),
                          KAboutData::License_GPL_V2,
                          ki18n("(c) 2010-2014 Stephen Allewell"),



More information about the kde-doc-english mailing list