Git commit f61d2c947ec2e6164eb67e5ccff7d41aa9c6aec8 by Steve Allewell. Committed on 27/07/2014 at 21:55. Pushed by sallewell into branch 'master'.
Updated version numbers to 1.5.0 M +1 -1 Doxyfile.in M +2 -2 doc/index.docbook M +1 -1 src/Main.cpp http://commits.kde.org/symboleditor/f61d2c947ec2e6164eb67e5ccff7d41aa9c6aec8 diff --git a/Doxyfile.in b/Doxyfile.in index e9a393b..d466c24 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.4.0 +PROJECT_NUMBER = 1.5.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 b637148..22ed967 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -28,8 +28,8 @@ <holder>Stephen P. Allewell</holder> </copyright> <legalnotice>&FDLNotice;</legalnotice> - <date>23/3/2014</date> - <releaseinfo>V.1.4.0</releaseinfo> + <date>27/07/2014</date> + <releaseinfo>V.1.5.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 a64e8fa..45a4208 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.4.0", + ki18n("SymbolEditor"), "1.5.0", ki18n("A cross stitch symbol editor."), KAboutData::License_GPL_V2, ki18n("(c)2011-2014 Stephen Allewell"),
