Top "Version" questions

Version defines an unique state of a computer software or a file.

How can Upgrade MySQL 5.5.40 to MySQL 5.7

How can I Upgrade MySQL version Current MySQL Version: 5.5.40 Target MySQL Version: MySQL 5.7 OS: CentOS release 6.5 (Final)

mysql database centos version upgrade
Compare version numbers without using split function

How do I compare version numbers? For instance: x = 1.23.56.1487.5 y = 1.24.55.487.2

c# string compare version versioning
How can I find the version of an installed Perl module?

How do you find the version of an installed Perl module? This is in an answer down at the bottom, …

perl module version cpan
How to check the version of OpenMP on Linux

I wonder how to check the version of OpenMP on a Linux remote machine? I don't know where it is …

linux gcc version openmp
Better way of incrementing build number?

I have been using a shell script as part of my Xcode build process to increment the build number within …

xcode shell version xcrun agvtool
How do I identify the particular Linux flavor via command line?

I'd like to be able to detect which particular Linux flavor is installed on a computer, e.g. Ubuntu vs …

linux version command-line-interface
Get NuGet.exe version from command-line

I'd like to get the NuGet.exe version using the command-line. I know I can get the version of NuGet …

command-line version nuget
Windows: Command line to read version info of an executable file?

Does Windows have an executable that I can run in the command shell which returns the version number of an …

windows batch-file command-line version portable-executable
What are the differences between Long Term Support (LTS) and Stable versions of Node.js?

Originally asked: What is the difference between Node.js 4.x branch with LTS (Long Term Support) and the 5.x branch (…

javascript node.js version v8 lts
Maven check for updated dependencies in repository

Is there a Maven plugin that allows you to check if there are newer versions of dependencies available in the …

maven-2 version dependencies