We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57701e commit a07fc24Copy full SHA for a07fc24
app/src/processing/app/Base.java
@@ -50,9 +50,9 @@
50
* files and images, etc) that comes from that.
51
*/
52
public class Base {
53
- public static final int REVISION = 152;
+ public static final int REVISION = 153;
54
/** This might be replaced by main() if there's a lib/version.txt file. */
55
- static String VERSION_NAME = "0152";
+ static String VERSION_NAME = "0153";
56
/** Set true if this a proper release rather than a numbered revision. */
57
static public boolean RELEASE = false;
58
build/shared/revisions.txt
@@ -1,4 +1,8 @@
1
2
+ARDUINO 1.5.3 BETA
3
+
4
+* Removed useless baud rates from serial monitor
5
6
ARDUINO 1.5.2 BETA - 2013.02.06
7
8
[ide]
0 commit comments