Skip to content

Commit

Permalink
8347598: Change JavaFX release version to 25
Browse files Browse the repository at this point in the history
Reviewed-by: angorya, jvos
  • Loading branch information
kevinrushforth committed Jan 16, 2025
1 parent 069db87 commit d07d408
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .jcheck/conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
[general]
project=openjfx
jbs=jdk
version=jfx24
version=jfx25

[repository]
tags=(jdk-){0,1}([1-9]([0-9]*)(\.(0|[1-9][0-9]*)){0,3})(\+(([0-9]+))|(-ga))|[1-9]((\.\d{1,3}){0,2})-((b\d{2,3})|(ga))|[1-9]u(\d{1,3})-((b\d{2,3})|(ga))
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jfx.release.suffix=-ea
jfx.experimental.feature.name=

# UPDATE THE FOLLOWING VALUES FOR A NEW RELEASE
jfx.release.major.version=24
jfx.release.major.version=25
jfx.release.minor.version=0
jfx.release.security.version=0
jfx.release.patch.version=0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
public class VersionInfoTest {

// Increment this feature-release counter for every major release.
private static final String FEATURE = "24";
private static final String FEATURE = "25";

// The working directory at runtime is 'modules/javafx.base'.
private static final String PROPERTIES_FILE = "build/module-lib/javafx.properties";
Expand Down

1 comment on commit d07d408

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.