Top "Versioning" questions

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

A regex for version number parsing

I have a version number of the following form: version.release.modification where version, release and modification are either a …

regex versioning
How to Store Historical Data

Some co-workers and I got into a debate on the best way to store historical data. Currently, for some systems, …

database-design versioning
How can I auto increment the C# assembly version via our CI platform (Hudson)?

Myself and my group are horrendous at incrementing assembly version numbers and we frequently ship assemblies with 1.0.0.0 versions. Obviously, this …

.net msbuild continuous-integration hudson versioning
How do you compare two version Strings in Java?

Is there a standard idiom for comparing version numbers? I can't just use a straight String compareTo because I don't …

java comparison versioning
How to allow users to check for the latest app version from inside the app?

I want to add a "Check for update" button in apps so that when someone clicks it, it will display …

java android http versioning
Build and Version Numbering for Java Projects (ant, cvs, hudson)

What are current best-practices for systematic build numbering and version number management in Java projects? Specifically: How to manage build …

java build build-process versioning
How to get exe application name and version in C# Compact Framework

My application has an exe and uses some DLLs. I am writing all in C#. In one DLL I want …

c# compact-framework versioning
Skip composer PHP requirement

We are using PHPCI and composer. The server which runs PHPCI is on PHP 5.3. For a project we added the …

php composer-php versioning
How to compare two strings in dot separated version format in Bash?

Is there any way to compare such strings on bash, e.g.: 2.4.5 and 2.8 and 2.4.5.1?

linux bash versioning
How to perform better document version control on Excel files and SQL schema files

I am in charge of several Excel files and SQL schema files. How should I perform better document version control …

git version-control ms-office versioning