diff --git a/app/Base.java b/app/Base.java index 4b77722e5..66b0c3876 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 = 106; - static final String VERSION_NAME = "0106 Beta"; + static final int VERSION = 107; + static final String VERSION_NAME = "0107 Beta"; /** * Path of filename opened on the command line, diff --git a/build/shared/lib/export/application.exe b/build/shared/lib/export/application.exe index dc4019e32..09ddf7b93 100755 Binary files a/build/shared/lib/export/application.exe and b/build/shared/lib/export/application.exe differ diff --git a/build/windows/launcher/export.exe b/build/windows/launcher/export.exe index dc4019e32..09ddf7b93 100755 Binary files a/build/windows/launcher/export.exe and b/build/windows/launcher/export.exe differ diff --git a/build/windows/launcher/processing.exe b/build/windows/launcher/processing.exe index bb1f11fea..67affc5b1 100755 Binary files a/build/windows/launcher/processing.exe and b/build/windows/launcher/processing.exe differ diff --git a/core/done.txt b/core/done.txt index b6781d21f..eb59eb7f1 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,7 @@ +0106 core +X fix bug where more than 512 vertices would cause trouble in P3D and OPENGL + + 0105 core X fix some issues with beginRaw and opengl diff --git a/core/todo.txt b/core/todo.txt index cc1ed258f..ca65b86ed 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,5 +1,4 @@ -0106 core -X fix bug where more than 512 vertices would cause trouble in P3D and OPENGL +0107 core . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/done.txt b/done.txt index a3164c534..19bfedbd1 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,7 @@ +0106 pde +X save wasn't working properly with ctrl-s + + 0105 pde X no changes, only fixes for opengl diff --git a/todo.txt b/todo.txt index bb14dfdec..cc260379b 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,4 @@ -0106 pde -X save wasn't working properly with ctrl-s +0107 pde . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .