oops, this is 105

This commit is contained in:
benfry
2006-02-28 02:32:53 +00:00
parent 46cd5e89a1
commit bb045c1cd8
4 changed files with 15 additions and 2 deletions

View File

@@ -50,8 +50,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int VERSION = 104;
static final String VERSION_NAME = "0104 Beta";
static final int VERSION = 105;
static final String VERSION_NAME = "0105 Beta";
/**
* Path of filename opened on the command line,

View File

@@ -7,6 +7,17 @@ releases will be super crusty.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0105 - 27 February 2006
Fixes some additional issues with beginRaw/endRaw and OpenGL.
Had to do an additional release for a course that's using these
features, so this revision should be used instead of 0104,
since nobody has really downloaded 0104 yet.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0104 - 27 February 2006
Fix for major bug where "Save Changes on Quit" was being ignored.

View File

@@ -1,4 +1,5 @@
0105 core
X fix some issues with beginRaw and opengl
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

View File

@@ -1,4 +1,5 @@
0105 pde
X no changes, only fixes for opengl
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .