File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
macosx/template.app/Contents Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 4343public class Base {
4444 public static final int REVISION = 22 ;
4545 /** This might be replaced by main() if there's a lib/version.txt file. */
46- static String VERSION_NAME = "0022 " ;
46+ static String VERSION_NAME = "0023 " ;
4747 /** Set true if this a proper release rather than a numbered revision. */
4848 static public boolean RELEASE = false ;
4949
Original file line number Diff line number Diff line change 77
88 <!-- all these need to change for new releases -->
99 <key >CFBundleGetInfoString </key >
10- <string >0022 </string >
10+ <string >0023 </string >
1111 <key >CFBundleVersion </key >
12- <string >0022 </string >
12+ <string >0023 </string >
1313 <key >CFBundleShortVersionString </key >
14- <string >0022 </string >
14+ <string >0023 </string >
1515 <!-- now stop changing things and get outta here -->
1616
1717 <key >CFBundleAllowMixedLocalizations </key >
Original file line number Diff line number Diff line change 1+ ARDUINO 0023 - 2011.11.09
2+
3+ * Added .inf files for R3 boards.
4+
15ARDUINO 0022 - 2010.12.24
26
37[core / libraries]
Original file line number Diff line number Diff line change 1- 0022 arduino
1+ 0023 arduino
22
33Fix Linux make.sh, etc. scripts
44Test on Linux.
You can’t perform that action at this time.
0 commit comments