Top "Versioning" questions

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

install latest psutil version in centos 6.7

My system os version is (centos)6.7 with installed python version is 2.6.* When I tried to install a python module psutil …

python python-2.7 centos versioning psutil
How to create a self-updating Node.js application?

I'd like to create an application with Node.js that periodically checks for updates and installs them if there are …

node.js versioning auto-update self-updating
Are there npm version prerelease identifiers?

There is a very handy npm version command. Besides arguments like major, minor and patch it accepts arguments like prerelease, …

npm versioning semantic-versioning npm-cli
Git: Manage each version of my app?

I am using git and github, and I just finished the 1.0 version of my iOS app. From here, I am …

git version-control github versioning
CouchDB versioning strategy

Would the following be a viable strategy for implementing versioning(using "example" as a sample document type): Have one original …

versioning couchdb database-versioning document-storage
Microservice Versioning

What is the best practice to adapt for versioning in a Microservice Based Architecture, in terms of supporting multiple versioned …

architecture versioning soa microservices
Best practices for versioning your services with WCF?

I'm starting to work with my model almost exclusively in WCF and wanted to get some practical approaches to versioning …

wcf versioning backwards-compatibility
Injecting assembly version numbers at build time

I want to change the assembly version number of a C# project at build time by passing it as a …

.net msbuild assemblies versioning msbuild-task
SVN Revision Version in .NET Assembly w/ out CC.NET

Is there any way to include the SVN repository revision number in the version string of a .NET assembly? Something …

.net svn versioning
Java versioning and terminology, 1.6 vs 6.0 OpenJDK vs Sun

I'm having problems understanding Java versioning. I'm seeing lots of versions like 1.4.2, 1.5 and 1.6, but I also stumble upon 5.0 and 6.0. I …

java versioning terminology