Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bernds committed Apr 22, 2020
1 parent 0967b5c commit ae852fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#define PACKAGE1 "q5goClient"

/* Version number of package */
#define VERSION "1.0"
#define VERSION "1.1"

#define NEWVERSIONWARNING "<p>Welcome to version " VERSION " of q5go.</p>\n" \
"<p>This version adds some tutorials for beginners.</p><p>Edit mode has been changed a little, and there is now support for undo/redo.</p>" \
"<p>When started without any arguments, the program now displays a greeter dialog.</p>" \
"<p>This version mostly contains tweaks and improvements to existing features.</p>" \
"<p>Working with very large SGF files should be faster, and there are some additional options for time warnings in online games.</p>" \
"<p>For a full list of changes, please refer to the README.</p>" \
"<p>This message will not be shown anymore on startup.</p>"

Expand Down
2 changes: 1 addition & 1 deletion src/qgo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ void qGo::playDisConnectSound (bool force)
void help_about ()
{
QString txt;
txt = "<p>Copyright \u00a9 2011-2019\nBernd Schmidt &lt;[email protected]&gt;</p>";
txt = "<p>Copyright \u00a9 2011-2020\nBernd Schmidt &lt;[email protected]&gt;</p>";
txt += "<p>Copyright \u00a9 2001-2006\nPeter Strempel &lt;[email protected]&gt;, Johannes Mesa &lt;[email protected]&gt;, Emmanuel B\u00E9ranger &lt;[email protected]&gt;</p>";
txt += "<p>" + QObject::tr("GTP code originally from Goliath, thanks to: ") + "PALM Thomas, DINTILHAC Florian, HIVERT Anthony, PIOC Sebastien</p>";

Expand Down

0 comments on commit ae852fc

Please sign in to comment.