Skip to content

Commit 599a905

Browse files
committed
Updating version to 101.
1 parent a4a00c9 commit 599a905

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 = 100;
45+
public static final int REVISION = 101;
4646
/** This might be replaced by main() if there's a lib/version.txt file. */
47-
static String VERSION_NAME = "0100";
47+
static String VERSION_NAME = "0101";
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-
0100 arduino
1+
0101 arduino
22

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

0 commit comments

Comments
 (0)