mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Updating version to 0018.
This commit is contained in:
parent
e272a8bcc0
commit
8f4b24492f
@ -41,8 +41,8 @@ import processing.core.*;
|
||||
* files and images, etc) that comes from that.
|
||||
*/
|
||||
public class Base {
|
||||
static final int REVISION = 17;
|
||||
static String VERSION_NAME = "0017";
|
||||
static final int REVISION = 18;
|
||||
static String VERSION_NAME = "0018";
|
||||
|
||||
static HashMap<Integer, String> platformNames = new HashMap();
|
||||
static {
|
||||
|
Loading…
Reference in New Issue
Block a user