diff --git a/app/Base.java b/app/Base.java index 3cec7e45a..4acc444a8 100644 --- a/app/Base.java +++ b/app/Base.java @@ -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, diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 04bc318fa..cbb6b4e10 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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. diff --git a/core/todo.txt b/core/todo.txt index 141688bdd..8f9aa7380 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,5 @@ 0105 core +X fix some issues with beginRaw and opengl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/todo.txt b/todo.txt index f77e10e7d..56512f6d9 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,5 @@ 0105 pde +X no changes, only fixes for opengl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .