mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
oops, this is 105
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
0105 core
|
||||
X fix some issues with beginRaw and opengl
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user