New Java byte code versions.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 05 Feb 2015 15:53:02 +0200
changeset 1677 3d2d4e6062f3
parent 1676 cb6a89ad2210
child 1678 b06128a21eca
New Java byte code versions.
java.rst
--- a/java.rst	Tue Jan 27 01:36:59 2015 +0200
+++ b/java.rst	Thu Feb 05 15:53:02 2015 +0200
@@ -17,8 +17,10 @@
   46 0x28    0      1.2
   47 0x29    0      1.3
   48 0x30    0      1.4
-  49 0x31    0      1.5
-  50 0x32    0      1.6
+  49 0x31    0      5.0
+  50 0x32    0      6.0
+  51 0x33    0      7
+  52 0x34    0      8
   =========  ====== =====================
 
 where ``minor`` and ``major`` are value of 6 and 8 bytes in .class file::