Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions arduino-core/src/processing/app/BaseNoGui.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
public class BaseNoGui {

/** Version string to be used for build */
public static final int REVISION = 10807;
public static final int REVISION = 10808;
/** Extended version string displayed on GUI */
public static final String VERSION_NAME = "1.8.7";
public static final String VERSION_NAME = "1.8.8";
public static final String VERSION_NAME_LONG;

// Current directory to use for relative paths specified on the
Expand Down