Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2010-09-25 00:29:07 +0400
committerDavid A. Mellis <d.mellis@arduino.cc>2010-09-25 00:29:07 +0400
commit5c22a1e970326a64c3195428246b5acecb61f5b1 (patch)
tree2dba33a1dd27a9b3a6123712e8f382c91faf0bc2
parentbe6c36ee33d15e606941141a7303c0bad92d765e (diff)
Updating version to 0020.0020
-rw-r--r--app/src/processing/app/Base.java4
-rwxr-xr-xbuild/macosx/template.app/Contents/Info.plist2
-rw-r--r--todo.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java
index b0d304ccb..4853f2474 100644
--- a/app/src/processing/app/Base.java
+++ b/app/src/processing/app/Base.java
@@ -41,9 +41,9 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
- public static final int REVISION = 19;
+ public static final int REVISION = 20;
/** This might be replaced by main() if there's a lib/version.txt file. */
- static String VERSION_NAME = "0019";
+ static String VERSION_NAME = "0020";
/** Set true if this a proper release rather than a numbered revision. */
static public boolean RELEASE = false;
diff --git a/build/macosx/template.app/Contents/Info.plist b/build/macosx/template.app/Contents/Info.plist
index 5a24d4f2f..c48c547b5 100755
--- a/build/macosx/template.app/Contents/Info.plist
+++ b/build/macosx/template.app/Contents/Info.plist
@@ -11,7 +11,7 @@
<key>CFBundleVersion</key>
<string>0019</string>
<key>CFBundleShortVersionString</key>
- <string>0019</string>
+ <string>0020</string>
<!-- now stop changing things and get outta here -->
<key>CFBundleAllowMixedLocalizations</key>
diff --git a/todo.txt b/todo.txt
index 4077027eb..cc6ec46fb 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,4 +1,4 @@
-0019 arduino
+0020 arduino
Fix Linux make.sh, etc. scripts
Test on Linux.