I am in process of adding a new ordinal for 1.10.0 and see that currently the variables are named as GEODE_XYZ for a release x.y.x (eg, private static final byte GEODE_1100_ORDINAL = 105;)
Question is are there any side effects for naming it as GEODE_1100_ORDINAL for 1.10.0? Not sure if there is a better way of doing this. Sai