DPLUG_SERIALIZATION_MAJOR_VERSION

I can see no reason why Dplug shouldn't be able to maintain state chunks backward-compatibility with older versions in the future. And indeed the major version was bumped for "binState" change but was compatible in the end, it could have been a minor change.

  1. enum int DPLUG_SERIALIZATION_MAJOR_VERSION;
    version(legacyBinState)
    enum int DPLUG_SERIALIZATION_MAJOR_VERSION;
  2. enum int DPLUG_SERIALIZATION_MAJOR_VERSION;

Meta