1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Upping version to 0015 and going back to use of core.a in build process.

This commit is contained in:
David A. Mellis
2009-03-12 16:13:35 +00:00
parent fa3e49a126
commit 673e2513b8
4 changed files with 18 additions and 12 deletions

View File

@ -53,8 +53,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int VERSION = 14;
static final String VERSION_NAME = "0014";
static final int VERSION = 15;
static final String VERSION_NAME = "0015";
/**
* Path of filename opened on the command line,