src/jdk.rmic/share/classes/sun/tools/java/RuntimeConstants.java
changeset 50892 a5557f24b4d4
parent 48355 4944950606ef
child 53023 6879069d9d94
--- a/src/jdk.rmic/share/classes/sun/tools/java/RuntimeConstants.java	Thu Jun 28 19:55:44 2018 +0200
+++ b/src/jdk.rmic/share/classes/sun/tools/java/RuntimeConstants.java	Wed Jun 27 21:01:12 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -67,7 +67,7 @@
     /* Class File Constants */
     int JAVA_MAGIC                   = 0xcafebabe;
     int JAVA_MIN_SUPPORTED_VERSION   = 45;
-    int JAVA_MAX_SUPPORTED_VERSION   = 55;
+    int JAVA_MAX_SUPPORTED_VERSION   = 56;
     int JAVA_MAX_SUPPORTED_MINOR_VERSION = 0;
 
     /* Generate class file version for 1.1  by default */