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 a4a00c9 commit 599a905Copy full SHA for 599a905
app/src/processing/app/Base.java
@@ -42,9 +42,9 @@
42
* files and images, etc) that comes from that.
43
*/
44
public class Base {
45
- public static final int REVISION = 100;
+ public static final int REVISION = 101;
46
/** This might be replaced by main() if there's a lib/version.txt file. */
47
- static String VERSION_NAME = "0100";
+ static String VERSION_NAME = "0101";
48
/** Set true if this a proper release rather than a numbered revision. */
49
static public boolean RELEASE = false;
50
todo.txt
@@ -1,4 +1,4 @@
1
-0100 arduino
+0101 arduino
2
3
Fix Linux make.sh, etc. scripts
4
Test on Linux.
0 commit comments