You can not say which is the most used, and even if you give this would not serve you.
There are some guidelines that can be adopted within what you use, but you can choose the best shape for your project. If other people are expected to contribute, maybe they will want to influence it.
Start doing it in a way, if it does not work, change. Only experience can determine the best way for each project.
It has languages or technologies that indicate a way to do it.
There is a list of different ways in Programmers . I put a date-based versioning response that might be useful in certain scenarios and it was well voted.
If you want to know about the Semantic Version you already have a question about it . He seems to be being adopted more now. But as my answer there indicates, the exact point of exchange is subjective. You can only determine general lines.
The page you mentioned already gives you other ways and you can search for projects in public repositories in other ways.
Some people like letters as well. Or negative numbers more rarely. Some use numbers with some specific meaning.
Some use hash of commit that generated a tag in Git to help locate in the repository. Depends on how it works may be useful but often redundant since the tag should contain the version information. In some cases it can be used in the branch as well, but it is confusing. In general,
just tags should have versions (
same in SVN ). Exception maybe when branch is created to organize a release or at least builds .
Some prefer very complicated schemes. It's valid, but unless you have a good reason for this, I suggest avoiding it. It is almost always an unnecessary complication and little or no advantage. The same goes for frequent exchanges that make the numbers high. Remember that you will speak, write and manipulate this designation a lot. Facilitate.
If you want to change the version whenever you want, it can and does work. Just do not go make new versions by decreasing numbers, it creates confusion. The rest is like adapting to the flow that you think will suit the team better.
Remembering that you can have different nomenclatures for internal project use and for "commercial" disclosure.