Top "Versioning" questions

Software versioning is the process of assigning either unique version names or unique version numbers to unique states of computer software.

What version numbering scheme to use?

I'm looking for a version numbering scheme that expresses the extent of change, especially compatiblity. Apache APR, for example, use …

schema versioning maven
how to release a project which depends on a 3rd party SNAPSHOT project in maven

i would like to release a snapshot project 'foo-1.0-SNAPSHOT' using the maven release plugin. The project depends on a 3…

maven-2 versioning release snapshot maven-release-plugin
Embed timestamp in object code at compile time with C++

I want to perform a printf() to display when the currently executing code was last compiled. Does C/C++ provide …

c++ build timestamp versioning
Using 2 different versions of the same dll?

I have been given 2 pre-compiled dlls: Common.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f3b12eb6de839f43, processorArchitecture=MSIL Common.…

c# .net visual-studio-2015 versioning
How can I confirm what version of Jasmine I'm using?

If I recall there is a command in Jasmine that will log the exact version of Jasmine I'm running to …

unit-testing version jasmine phantomjs versioning
How do I find out what version of a bower package is actually installed?

Normally a bower.json file specifies some dependencies, but these are typically expressed so that they allow a range of …

json bower versioning semantic-versioning
nuget spec dependencies, get latest version?

In the nuspec versioning docs I see 1.0 = 1.0 ≤ x (,1.0] = x ≤ 1.0 (,1.0) = x < 1.0 [1.0] = x == 1.0 (1.0) = invalid (1.0,) = 1.0 < x (1.0,2.0) = 1.0 < x < 2.0 [1.0,2.0] = 1.0 ≤ x ≤ 2.0 empty = …

nuget versioning specifications nuspec
Gradle script to autoversion and include the commit hash in Android

I need to write a gradle script to auto version my application on every commit. I need to also include …

android git android-studio gradle versioning
Do a Git pull to overwrite local changes

There has certainly been posts around for this, but I actually did a commit because I thought it was the …

git versioning commit pull git-pull
Database Content Versioning

I am interested in keeping a running history of every change which has happened on some tables in my database, …

postgresql versioning mvcc