I saw something recently about CK2 mod files being able to use the EU4 line 'supported_version = "x.x"'. Looking at the EU4 wiki, it implies it only checks major version (2.5, not 2.5.1). Is that so? If so, it's an issue, since I have a mod that is valid for 2.3.0 to 2.4.0, but not 2.4.1. Another version is valid for 2.4.1 or later, but not 2.4.0. It seems impossible to mark either one correctly. Secondarily, is it possible to specify more than one major version (2.3 & 2.4)?
Ideally, I should be able to specify a minimum and maximum, with minor version, but I'm guessing that's not available.