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. However, never say never. This number will be incremented for every backward-incompatible change.

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

Meta