From fe372109e47dae595c92a7d46100d9b4dd7a8b65 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 16 Jan 2023 15:37:45 -0500 Subject: [PATCH] remove the ? from the version number --- core/todo.txt | 2 +- todo.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index 80d251c4c..f5a85652c 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,4 @@ -1290 (4.1.2?) +1290 (4.1.2) X Fix ClassCastException with copy() and PGraphicsJava2D X https://github.com/processing/processing4/issues/624 X show a warning when calling clear() on the primary drawing surface diff --git a/todo.txt b/todo.txt index 1be40f5f5..346417076 100755 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,4 @@ -1290 (4.1.2?) +1290 (4.1.2) X Help Menu disabled on OS X (looks like a JVM bug) X https://github.com/processing/processing/issues/4353#issuecomment-237715947 X https://github.com/processing/processing4/issues/617