Hello,
Alfresco allows for an addon to provide a custom CalculateVersionLabelPolicy to determine version number progression. This should allow you to start at any initial version you'd like. You may potentially also use this to provide custom version properties (will not work with auto-version, but likely any version you programmatically create via the VersionService) that you can use to "jump" to an arbitrary version number.
You can check the SerialVersionLabelPolicy which is the standard policy in Alfresco as a reference.
Currently, this requires custom Java development as I am not aware of any addon that "just" provides a custom versioning policy for simple activation…
Regards
Axel