Switch bytecode version to 3.18, because of the write-only properties support.

[CONFIGURATION]
* NEW: Switch bytecode version to 3.18, because of the write-only properties support.
This commit is contained in:
Benoît Minisini 2022-08-01 22:05:21 +02:00
parent 56e9129f85
commit 600a4d961d

View File

@ -9,5 +9,5 @@ m4_define([GB_VERSION_MINOR], [17])
m4_define([GB_VERSION_RELEASE], [90])
m4_define([GB_VERSION_FULL], [0x03170090])
m4_define([GB_PCODE_VERSION], [0x03150000])
m4_define([GB_PCODE_VERSION], [0x03180000])
m4_define([GB_PCODE_VERSION_MIN],[0x03000000])