We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056ba5f commit b90f488Copy full SHA for b90f488
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 = 101;
+ public static final int REVISION = 102;
46
/** This might be replaced by main() if there's a lib/version.txt file. */
47
- static String VERSION_NAME = "0101";
+ static String VERSION_NAME = "0102";
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
-0101 arduino
+0102 arduino
2
3
Fix Linux make.sh, etc. scripts
4
Test on Linux.
0 commit comments