Git commit b2ae3c70e15570a8acfb529ac2d1e9c20ed02e74 by Steve Allewell. Committed on 29/08/2015 at 23:37. Pushed by sallewell into branch 'frameworks'.
Updated version numbers to 1.99.0 will be 2.0.0 for KDE5 M +1 -1 Doxyfile.in M +1 -1 doc/index.docbook M +1 -1 src/Main.cpp http://commits.kde.org/symboleditor/b2ae3c70e15570a8acfb529ac2d1e9c20ed02e74 diff --git a/Doxyfile.in b/Doxyfile.in index d466c24..9b80e72 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.5.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 22ed967..ff8e420 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -29,7 +29,7 @@ </copyright> <legalnotice>&FDLNotice;</legalnotice> <date>27/07/2014</date> - <releaseinfo>V.1.5.0</releaseinfo> + <releaseinfo>V.1.99.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 45a4208..bdc03e0 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -79,7 +79,7 @@ int main(int argc, char *argv[]) { KAboutData aboutData("SymbolEditor", "SymbolEditor", - ki18n("SymbolEditor"), "1.5.0", + ki18n("SymbolEditor"), "1.99.0", ki18n("A cross stitch symbol editor."), KAboutData::License_GPL_V2, ki18n("(c)2011-2014 Stephen Allewell"), _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
