Top "Version-numbering" questions

What is the Git equivalent for revision number?

We use SVN at work, but for my personal projects I decided to use Git. So I installed Git yesterday, …

git version-control revision-history version-numbering
What every digit means in software version (1.7.1.0, for example)?

What could every digit mean in software version? (for example, 1.7.1.0) How do you numerate your versions? Thank you.

version-numbering
What to use as an initial version?

I usually start my projects with a version 1.0.0. As soon as I have some stuff together, I release it as 1.0.0 …

version-numbering
How to get the IE version number from the Windows registry?

My Java application needs to know what version of IE (if any) is installed on the local machine, and querying …

java windows internet-explorer registry version-numbering
Check what version of the app is being used

Possible Duplicate: How to display the current project version of my App to the user? Is there a way to …

objective-c cocoa-touch ios version-numbering
How to get device (AOSP) Build Number in Android devices programmatically?

From within an Android Application, how can the hosting device's Build Number, as displayed in System Settings -> About …

android version-numbering
How to compare kernel (or other) version numbers in Ansible

For a role I'm developing I need to verify that the kernel version is greater than a particular version. I've …

ansible ansible-2.x version-numbering
Why is System.Version in .NET defined as Major.Minor.Build.Revision?

Why is System.Version in .NET defined as Major.Minor.Build.Revision? Almost everyone (including me) seems to agree that …

.net version version-numbering
Looking for a way automate the "bump version" with git flow

I have been using git flow for a couple of months and it has worked very well. I would like …

git bash awk git-flow version-numbering
TeamCity to read and update version number from version file

We are using TeamCity as a CI server and we've been thinking how to implement a method for versioning our …

.net teamcity version-numbering