Software versioning is the process of assigning version names or numbers to software.
Software Version Assignment
Some software assigns the version to the software automatically.
Software created Visual Studio separates four numbers with dots. The meaning of each number is:
- Count of major version
- Count of minor version
- Count of build version
- Count of revision version
Example: 4.5.13.89
Software Control Conflicts
A merge conflict occurs when different between two commits cannot be resolved automatically.
Software Code Version Control Systems
You can find more information about source code version control systems on this post.
You might also be interested in…
External references
- Wikipedia; “Software versioning“; Wikipedia