Skip to content

Commit

Permalink
1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed Jun 17, 2019
1 parent 33c8e8b commit c642d25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1.6.1 (to be released)
1.6.1 (June 17, 2019)
------------------------------
* added support for the latest server version's rectangular goals
* updated pass mode duration for rcssserver 0.7.2
* added support for the rectangular goals in rcssserver 0.7.2
* updated the pass mode duration for rcssserver 0.7.2

1.6.0 (May 1, 2019)
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/rv/Viewer.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
public class Viewer
extends GLProgram implements GLEventListener, ServerComm.ServerChangeListener, LogPlayer.StateChangeListener
{
private static final String VERSION = "1.6.0";
private static final String VERSION = "1.6.1";

public enum Mode {
LOGFILE,
Expand Down

0 comments on commit c642d25

Please sign in to comment.