DISTRHO / DPF

DISTRHO Plugin Framework
ISC License
672 stars 97 forks source link

Version number improvement? #469

Open sevenc-nanashi opened 1 month ago

sevenc-nanashi commented 1 month ago

There are some softwares whose patch version exceeds 255, and/or has 4th number. Is it possible to make the limit of version number more higher, and make it possible to specify 4th number? (Maybe adding new setting to opt-in this, like DISTRHO_WANT_LARGER_VERSION and DISTRHO_WANT_BUILD_VERSION, then make it compile error on unsupported target like DISTRHO_WANT_DIRECT_ACCESS does)