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 6138930 commit ab63860Copy full SHA for ab63860
app/src/processing/app/Base.java
@@ -49,9 +49,9 @@
49
* files and images, etc) that comes from that.
50
*/
51
public class Base {
52
- public static final int REVISION = 101;
+ public static final int REVISION = 150;
53
/** This might be replaced by main() if there's a lib/version.txt file. */
54
- static String VERSION_NAME = "0101";
+ static String VERSION_NAME = "0150";
55
/** Set true if this a proper release rather than a numbered revision. */
56
static public boolean RELEASE = false;
57
todo.txt
@@ -1,4 +1,4 @@
1
-0101 arduino
+0150 arduino
2
3
Fix Linux make.sh, etc. scripts
4
Test on Linux.
0 commit comments