[kde-doc-english] [symboleditor/frameworks] /: Updated version numbers to 2.0.0

Steve Allewell steve.allewell at gmail.com
Sun Oct 25 17:50:14 UTC 2015


Git commit 5708e260c14e26fa2f444cf8e3450d486c46849a by Steve Allewell.
Committed on 25/10/2015 at 17:48.
Pushed by sallewell into branch 'frameworks'.

Updated version numbers to 2.0.0

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

http://commits.kde.org/symboleditor/5708e260c14e26fa2f444cf8e3450d486c46849a

diff --git a/Doxyfile.in b/Doxyfile.in
index 9b80e72..a9cee7d 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -31,7 +31,7 @@ PROJECT_NAME           = SymbolEditor
 # 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 96127f1..fd89fde 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -30,7 +30,7 @@
         </copyright>
         <legalnotice>&FDLNotice;</legalnotice>
         <date>27/07/2015</date>
-        <releaseinfo>V.1.99.0</releaseinfo>
+        <releaseinfo>V.2.0.0</releaseinfo>
         <abstract>
             <para>
                 &kapp; is an application to allow the creation and editing of symbol libraries for the KXStitch
diff --git a/src/Main.cpp b/src/Main.cpp
index f24a27c..dd1e741 100644
--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -83,7 +83,7 @@ int main(int argc, char *argv[])
 
     KAboutData aboutData(QStringLiteral("SymbolEditor"),                    // component name
                          QString(i18n("SymbolEditor")),                     // display name
-                         QStringLiteral("1.99.0"),                          // version
+                         QStringLiteral("2.0.0"),                          // version
                          i18n("A cross stitch symbol editor."),             // short description
                          KAboutLicense::GPL_V2,                             // license
                          i18n("(c)2011-2015 Stephen Allewell"),             // copyright


More information about the kde-doc-english mailing list