starting revision 0190

This commit is contained in:
benfry
2010-07-16 11:22:22 +00:00
parent 477d56385d
commit 7770facf31
7 changed files with 21 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
0189 android (1.2.1)
X no changes
0188 android (1.2)
X no changes (and android features hidden)

View File

@@ -1,4 +1,4 @@
0189 android
0190 android
_ fix mouseX/Y mapping when using smaller screen sizes

View File

@@ -41,9 +41,9 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int REVISION = 189;
static final int REVISION = 190;
/** This might be replaced by main() if there's a lib/version.txt file. */
static public String VERSION_NAME = "0189";
static public String VERSION_NAME = "0190";
/** Set true if this a proper release rather than a numbered revision. */
static public boolean RELEASE = false;

View File

@@ -1,3 +1,7 @@
0189 core (1.2.1)
X no changes, just the preproc issue
0188 core (1.2)
X no changes, just the version number

View File

@@ -1,4 +1,4 @@
0189 core
0190 core
LIBRARIES / XML

View File

@@ -1,3 +1,8 @@
0189 pde (1.2.1)
X error with variable declarations
X http://code.google.com/p/processing/issues/detail?id=315
0188 pde (1.2)
X no changes, just the version number
X update the about screens (about.jpg and about.bmp)

View File

@@ -1,8 +1,9 @@
0189 pde
X error with variable declarations
X http://code.google.com/p/processing/issues/detail?id=315
0190
_ disappearing horizontal scroll bar
_ http://code.google.com/p/processing/issues/detail?id=316
_ launch4j problem
_ no crash when double-clicking a sketch and loading it
_ http://code.google.com/p/processing/issues/detail?id=231