Skip to content

Commit b90f488

Browse files
committed
Upping version to 102 (1.0.2).
1 parent 056ba5f commit b90f488

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
* files and images, etc) that comes from that.
4343
*/
4444
public class Base {
45-
public static final int REVISION = 101;
45+
public static final int REVISION = 102;
4646
/** This might be replaced by main() if there's a lib/version.txt file. */
47-
static String VERSION_NAME = "0101";
47+
static String VERSION_NAME = "0102";
4848
/** Set true if this a proper release rather than a numbered revision. */
4949
static public boolean RELEASE = false;
5050

todo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0101 arduino
1+
0102 arduino
22

33
Fix Linux make.sh, etc. scripts
44
Test on Linux.

0 commit comments

Comments
 (0)