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)
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
andDISTRHO_WANT_BUILD_VERSION
, then make it compile error on unsupported target likeDISTRHO_WANT_DIRECT_ACCESS
does)