move up from JavaFX 17.0.0.1 to 17.0.1

This commit is contained in:
Ben Fry
2022-01-11 07:03:48 -05:00
parent 732f57de36
commit 7765108ab1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -123,7 +123,7 @@
</target>
<target name="download-javafx">
<property name="gluon.version" value="17.0.0.1" />
<property name="gluon.version" value="17.0.1" />
<!-- current Early Access version, includes support for other architectures -->
<!-- <property name="gluon.version" value="17-ea" /> -->
+1
View File
@@ -4,6 +4,7 @@ X Replace JDK 11 and JavaFX 16 with JDK 17 and JavaFX 17
X https://github.com/processing/processing4/issues/285
_ update README to note that we're on 17
_ also change project notes on the front
X move up from JavaFX 17.0.0.1 to 17.0.1
X cleaning up the Create Font dialog while tracking down #278
/ https://github.com/processing/processing4/issues/278
X couldn't reproduce, but probably an issue in there somewhere