Software Versioning

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:

  1. Count of major version
  2. Count of minor version
  3. Count of build version
  4. 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

Leave a Reply

Your email address will not be published. Required fields are marked *