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