isCOBOL Evolve : Appendices : Version numbers
Version numbers
isCOBOL builds
The below table maps the build numbers returned by the -info runtime option with the corresponding isCOBOL release.
Build number
Release
672
2011 R3
681
2012 R1
705
2012 R2
723
2013 R1
745
2013 R2
780
2014 R1
821
2015 R1
855
2016 R1
875
2016 R2
893
2017 R1
910
2017 R2
930
2018 R1
950
2018 R2
977
2019 R1
995
2019 R2
1011
2020 R1
1023
2020 R2
1041
2021 R1
1050
2021 R2
1060
2022 R1
1074
2022 R2
1090
2023 R1
1105
2023 R2
1120
2024 R1
isCOBOL C/S version numbers
The below table maps the Client/Server version numbers returned by the -v runtime option with the corresponding isCOBOL release.
C/S Version
Release
17
2011 R3
18
2012 R1
20
2012 R2
21
2013 R1
25
2013 R2
29
2014 R1
31
2015 R1
35
2016 R1
36
2016 R2
46
2017 R1
51
2017 R2
57
2018 R1
59
2018 R2
61
2019 R1
64
2019 R2
71
2020 R1
74
2020 R2
78
2021 R1
83
2021 R2
86
2022 R1
89
2022 R2
91
2023 R1
93
2023 R2
95
2024 R1
Java major version numbers
The below table maps the java major version numbers with the corresponding Java release.
Major version number
Release
50
Java 6
51
Java 7
52
Java 8
53
Java 9
54
Java 10
55
Java 11
56
Java 12
57
Java 13
58
Java 14
59
Java 15
60
Java 16
61
Java 17
62
Java 18
63
Java 19
64
Java 20
65
Java 21
To retrieve the major build number of a class you can use the javap command as follows:
javap -verbose CLASSNAME