Community
Participate
Working Groups
This field is set to 80L which is the RBD version from where this was ported. We should change it to 100L or something else that makes more sense.
We could be cute/annoying and set it to 0x45474C which spells EGL in ASCII. Or 0xC5C7D3 for EGL in EBCDIC.
I've updated the constant to be 10 instead of 80
I noticed this field is also in the runtime classes. We should update it there too. For example it's in ProgramBase.java with a hard-coded 70L value. Would make sense to set it to a constant (matching the generator's constant value) so that in the future we don't need to update it in every class.
I've updated the runtime to use a constant for the serial version id.
Verified