# HG changeset patch # User Oleksandr Gavenko # Date 1423144382 -7200 # Node ID 3d2d4e6062f30a821538fa78246529287814ce75 # Parent cb6a89ad22102928579a54a3142ddcca6d9e68a6 New Java byte code versions. diff -r cb6a89ad2210 -r 3d2d4e6062f3 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::