natSystemProperties.cc (insertSystemProperties): Bump "java.class.version" to 48.0.
authorBryce McKinlay <mckinlay@redhat.com>
Tue, 20 Jun 2006 21:28:30 +0000 (21:28 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Tue, 20 Jun 2006 21:28:30 +0000 (22:28 +0100)
2006-06-20  Bryce McKinlay  <mckinlay@redhat.com>

        * gnu/classpath/natSystemProperties.cc (insertSystemProperties):
        Bump "java.class.version" to 48.0.

From-SVN: r114831

libjava/ChangeLog
libjava/gnu/classpath/natSystemProperties.cc

index 0be49111f4a5b383fbd0a01d5ba1535b54424030..39020de511c22a095710b4063ed8064adc4059f9 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-20  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * gnu/classpath/natSystemProperties.cc (insertSystemProperties):
+       Bump "java.class.version" to 48.0.
+
 2006-06-20  Thomas Fitzsimmons  <fitzsim@redhat.com>
 
        * Makefile.am (AM_CXXFLAGS): Define GCJ_VERSIONED_LIBDIR to
@@ -35,7 +40,6 @@
        (_Jv_ThreadDebugSuspendCount): New function.
        (_Jv_ThreadDebugResume): New function.
        
-
 2006-06-16  Andrew Haley  <aph@redhat.com>
 
        * java/lang/natClassLoader.cc (_Jv_NewClassFromInitializer): Don't
index 9f77a1790c3c20686467d7bf9c7cae14aa6ba360..ad0ff1c1ed89a09606c2c98755ce2d1d538a8842 100644 (file)
@@ -156,7 +156,7 @@ gnu::classpath::SystemProperties::insertSystemProperties (java::util::Properties
   SET ("java.runtime.version", JV_VERSION);
   SET ("java.vendor", "Free Software Foundation, Inc.");
   SET ("java.vendor.url", "http://gcc.gnu.org/java/");
-  SET ("java.class.version", "46.0");
+  SET ("java.class.version", "48.0");
   SET ("java.vm.specification.version", "1.0");
   SET ("java.vm.specification.name", "Java(tm) Virtual Machine Specification");
   SET ("java.vm.specification.vendor", "Sun Microsystems Inc.");