Git commit c9b2c190d0e82c1095170835171fee6520e5b420 by Steve Allewell. Committed on 19/06/2019 at 20:53. Pushed by sallewell into branch 'release-2.1.0'.
Bumped version numbers M +1 -1 Doxyfile.in M +3 -3 doc/index.docbook M +2 -2 src/Main.cpp https://commits.kde.org/symboleditor/c9b2c190d0e82c1095170835171fee6520e5b420 diff --git a/Doxyfile.in b/Doxyfile.in index a9cee7d..d1432ea 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 = 2.0.0 +PROJECT_NUMBER = 2.1.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 4874080..d5cf060 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -25,12 +25,12 @@ <!-- TRANS:ROLES_OF_TRANSLATORS --> </authorgroup> <copyright> - <year>2012-2015</year> + <year>2012-2019</year> <holder>Stephen P. Allewell</holder> </copyright> <legalnotice>&FDLNotice;</legalnotice> - <date>2016-12-01</date> - <releaseinfo>SymbolEditor 2.0.0</releaseinfo> + <date>2019-06-19</date> + <releaseinfo>SymbolEditor 2.1.0</releaseinfo> <abstract> <para> &symboleditor; 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 cd73b17..e7dfd95 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -85,10 +85,10 @@ int main(int argc, char *argv[]) KAboutData aboutData(QStringLiteral("SymbolEditor"), // component name QString(i18n("SymbolEditor")), // display name - QStringLiteral("2.0.0"), // version + QStringLiteral("2.1.0"), // version i18n("A cross stitch symbol editor."), // short description KAboutLicense::GPL_V2, // license - i18n("(c)2011-2015 Stephen Allewell"), // copyright + i18n("(c)2011-2019 Stephen Allewell"), // copyright QString(), // other text QStringLiteral("http://userbase.kde.org/SymbolEditor") // home page // bug address defaults to [email protected]
