Skip to content

Commit

Permalink
Merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
javafxports-github-bot committed Aug 8, 2018
2 parents fa506f1 + 53a6337 commit e7b9394
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
jfx.release.suffix=-ea

# UPDATE THE FOLLOWING VALUES FOR A NEW RELEASE
jfx.release.major.version=11
jfx.release.major.version=12
jfx.release.minor.version=0
jfx.release.security.version=0
jfx.release.patch.version=0
Expand All @@ -56,8 +56,8 @@ jfx.release.patch.version=0

javadoc.bottom=<small><a href="http://bugreport.java.com/bugreport/">Report a bug or suggest an enhancement</a><br> Copyright &copy; 2008, 2018, Oracle and/or its affiliates. All rights reserved.</small>

javadoc.title=JavaFX 11
javadoc.header=JavaFX&nbsp;11
javadoc.title=JavaFX 12
javadoc.header=JavaFX&nbsp;12

##############################################################################
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void testMajorVersion() {
String version = VersionInfo.getVersion();
// Need to update major version number when we develop the next
// major release.
assertTrue(version.startsWith("11"));
assertTrue(version.startsWith("12"));
String runtimeVersion = VersionInfo.getRuntimeVersion();
assertTrue(runtimeVersion.startsWith(version));
}
Expand Down

0 comments on commit e7b9394

Please sign in to comment.