diff --git a/app/Base.java b/app/Base.java index 44455603d..b704411b6 100644 --- a/app/Base.java +++ b/app/Base.java @@ -51,7 +51,7 @@ import processing.core.*; */ public class Base { static final int VERSION = 85; - static final String VERSION_NAME = "0085 Alpha"; + static final String VERSION_NAME = "0085 Beta"; /** * Path of filename opened on the command line, diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index e5b697547..8abb3c66a 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -7,15 +7,13 @@ releases will be super crusty. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . -ABOUT REV 0085 - 19 april 2005 - -could this be beta? +ABOUT REV 0085 - 19 april 2005 - beta - camera() was missing from PGraphics - tweaks to openStream() for image loading -- basic triangle (but not line) clipping in P3D from simon (!) +- basic triangle and line clipping in P3D from simon (!) - finalized the faq listing