remove the ? from the version number

This commit is contained in:
Ben Fry
2023-01-16 15:37:45 -05:00
parent 19fd000093
commit fe372109e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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