Version Naming Convention
The version naming convention used by Ivis Technologies consists of a point delimited list of numbers that represent the Version and Build of a component. The version number is parsed as follows.
[Major Version].[Minor Version].[Major Build].[Minor Build]
- Major Build and Minor Build positions will incur the most numerous changes as patches and/or fixes become available.
- Major and/or Minor versions will only become change when a new versions of the software are available.
Example: 2.x.0.1
- Major Version 2
- Minor Version 0
- Major Build 0
- Minor Build 1