File tree 3 files changed +6
-6
lines changed
build/macosx/template.app/Contents
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 41
41
* files and images, etc) that comes from that.
42
42
*/
43
43
public class Base {
44
- public static final int REVISION = 21 ;
44
+ public static final int REVISION = 22 ;
45
45
/** This might be replaced by main() if there's a lib/version.txt file. */
46
- static String VERSION_NAME = "0021 " ;
46
+ static String VERSION_NAME = "0022 " ;
47
47
/** Set true if this a proper release rather than a numbered revision. */
48
48
static public boolean RELEASE = false ;
49
49
Original file line number Diff line number Diff line change 7
7
8
8
<!-- all these need to change for new releases -->
9
9
<key >CFBundleGetInfoString </key >
10
- <string >0021 </string >
10
+ <string >0022 </string >
11
11
<key >CFBundleVersion </key >
12
- <string >0021 </string >
12
+ <string >0022 </string >
13
13
<key >CFBundleShortVersionString </key >
14
- <string >0021 </string >
14
+ <string >0022 </string >
15
15
<!-- now stop changing things and get outta here -->
16
16
17
17
<key >CFBundleAllowMixedLocalizations </key >
Original file line number Diff line number Diff line change 1
- 0021 arduino
1
+ 0022 arduino
2
2
3
3
Fix Linux make.sh, etc. scripts
4
4
Test on Linux.
You can’t perform that action at this time.
0 commit comments