diff --git a/src/config.h b/src/config.h index f012aa19..2228dfbe 100644 --- a/src/config.h +++ b/src/config.h @@ -4,11 +4,11 @@ #define PACKAGE1 "q5goClient" /* Version number of package */ -#define VERSION "1.0" +#define VERSION "1.1" #define NEWVERSIONWARNING "

Welcome to version " VERSION " of q5go.

\n" \ - "

This version adds some tutorials for beginners.

Edit mode has been changed a little, and there is now support for undo/redo.

" \ - "

When started without any arguments, the program now displays a greeter dialog.

" \ + "

This version mostly contains tweaks and improvements to existing features.

" \ + "

Working with very large SGF files should be faster, and there are some additional options for time warnings in online games.

" \ "

For a full list of changes, please refer to the README.

" \ "

This message will not be shown anymore on startup.

" diff --git a/src/qgo.cpp b/src/qgo.cpp index 8dd39f3b..38f00fc3 100644 --- a/src/qgo.cpp +++ b/src/qgo.cpp @@ -184,7 +184,7 @@ void qGo::playDisConnectSound (bool force) void help_about () { QString txt; - txt = "

Copyright \u00a9 2011-2019\nBernd Schmidt <bernds_cb1@t-online.de>

"; + txt = "

Copyright \u00a9 2011-2020\nBernd Schmidt <bernds_cb1@t-online.de>

"; txt += "

Copyright \u00a9 2001-2006\nPeter Strempel <pstrempel@t-online.de>, Johannes Mesa <frosla@gmx.at>, Emmanuel B\u00E9ranger <yfh2@hotmail.com>

"; txt += "

" + QObject::tr("GTP code originally from Goliath, thanks to: ") + "PALM Thomas, DINTILHAC Florian, HIVERT Anthony, PIOC Sebastien

";