Skip to content

Commit c3b581b

Browse files
committed
Upped version to 1.0.5
1 parent f423237 commit c3b581b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/src/processing/app/Base.java

+2-2
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 = 104;
45+
public static final int REVISION = 105;
4646
/** This might be replaced by main() if there's a lib/version.txt file. */
47-
static String VERSION_NAME = "0104";
47+
static String VERSION_NAME = "0105";
4848
/** Set true if this a proper release rather than a numbered revision. */
4949
static public boolean RELEASE = false;
5050

build/shared/revisions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
ARDUINO 1.0.5
2+
ARDUINO 1.0.5 - 2013.03.29
33

44
[core]
55

todo.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0104 arduino
1+
0105 arduino
22

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

0 commit comments

Comments
 (0)