mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Updating version number and including math.h.
This commit is contained in:
@ -53,7 +53,7 @@ import com.ice.jni.registry.*;
|
||||
*/
|
||||
public class Base {
|
||||
static final int VERSION = 3;
|
||||
static final String VERSION_NAME = "0009 Alpha";
|
||||
static final String VERSION_NAME = "0010 Alpha";
|
||||
|
||||
// platform IDs for PApplet.platform
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
along with this program; if not, write to the Free Software Foundation,
|
||||
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
$Id:$
|
||||
$Id$
|
||||
*/
|
||||
|
||||
package processing.app;
|
||||
|
Reference in New Issue
Block a user