Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 37e6e7e

Browse filesBrowse files
committed
Changing version number to 0022.
1 parent a78fa1d commit 37e6e7e
Copy full SHA for 37e6e7e

File tree

Expand file treeCollapse file tree

3 files changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+6
-6
lines changed

‎app/src/processing/app/Base.java

Copy file name to clipboardExpand all lines: app/src/processing/app/Base.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
* files and images, etc) that comes from that.
4242
*/
4343
public class Base {
44-
public static final int REVISION = 21;
44+
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 = "0021";
46+
static String VERSION_NAME = "0022";
4747
/** Set true if this a proper release rather than a numbered revision. */
4848
static public boolean RELEASE = false;
4949

‎build/macosx/template.app/Contents/Info.plist

Copy file name to clipboardExpand all lines: build/macosx/template.app/Contents/Info.plist
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
<!-- all these need to change for new releases -->
99
<key>CFBundleGetInfoString</key>
10-
<string>0021</string>
10+
<string>0022</string>
1111
<key>CFBundleVersion</key>
12-
<string>0021</string>
12+
<string>0022</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>0021</string>
14+
<string>0022</string>
1515
<!-- now stop changing things and get outta here -->
1616

1717
<key>CFBundleAllowMixedLocalizations</key>

‎todo.txt

Copy file name to clipboardExpand all lines: todo.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0021 arduino
1+
0022 arduino
22

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.