Skip to content

Commit 4139c59

Browse files
committed
Set version to 1.0.4
1 parent 3ea0903 commit 4139c59

File tree

3 files changed

+5
-3
lines changed

3 files changed

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

build/shared/revisions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
ARDUINO 1.0.4 - 2013.03.11
3+
24
[core]
35

46
* Fixed malloc bug (Paul Stoffregen)

todo.txt

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

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

0 commit comments

Comments
 (0)