We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f423237 commit c3b581bCopy full SHA for c3b581b
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 = 104;
+ public static final int REVISION = 105;
46
/** This might be replaced by main() if there's a lib/version.txt file. */
47
- static String VERSION_NAME = "0104";
+ static String VERSION_NAME = "0105";
48
/** Set true if this a proper release rather than a numbered revision. */
49
static public boolean RELEASE = false;
50
build/shared/revisions.txt
@@ -1,5 +1,5 @@
1
2
-ARDUINO 1.0.5
+ARDUINO 1.0.5 - 2013.03.29
3
4
[core]
5
todo.txt
@@ -1,4 +1,4 @@
-0104 arduino
+0105 arduino
Fix Linux make.sh, etc. scripts
Test on Linux.
0 commit comments