We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a68e34 commit 11327bbCopy full SHA for 11327bb
arduino-core/src/processing/app/BaseNoGui.java
@@ -30,9 +30,9 @@
30
public class BaseNoGui {
31
32
/** Version string to be used for build */
33
- public static final int REVISION = 10604;
+ public static final int REVISION = 10605;
34
/** Extended version string displayed on GUI */
35
- static String VERSION_NAME = "1.6.4";
+ static String VERSION_NAME = "1.6.5";
36
37
static File buildFolder;
38
build/shared/revisions.txt
@@ -1,3 +1,5 @@
1
+ARDUINO 1.6.5
2
+
3
ARDUINO 1.6.4 - 2015.05.06
4
5
[ide]
0 commit comments