Top "Version" questions

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

how to change file & product version of a exe file

I am using Microsoft Visual C# 2010 Express. I have to change the version of my exe file. Please tell me …

c# visual-studio-2010 version exe
How to detect current JSF-Version?

I am developing a jsf-webapp and now I need to know what JSF-Version I am using? Where can I look …

jsf version detection
How do I install CPAN modules while using perlbrew?

I have started using perlbrew and installed perl-5.12.2. I understand I need to re-install my CPAN modules, so I switched …

perl module version cpan perlbrew
CUDA runtime version vs CUDA driver version - what's the difference?

The CUDA Runtime API exposes the functions cudaRuntimeGetVersion() and cudaDriverGetVersion() (see detailed description here). I was sort of expecting the …

cuda version nvidia
Automatic version number both in setup.py (setuptools) AND source code?

SITUATION: I have a python library, which is controlled by git, and bundled with distutils/setuptools. And I want to …

python git version setuptools distutils
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 to know which version of ADT we are using in eclipse?

Can any one tell, how to know which version of ADT plugin I am using in eclipse? And which version …

android eclipse version adt
Java- Diamond types are not supported at this language level

I have just started working on a Java project, and have downloaded the source code from GitHub, using IntelliJ- I …

java maven intellij-idea version diamond-operator
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
How to detect true Windows version?

I know I can call the GetVersionEx Win32 API function to retrieve Windows version. In most cases returned value reflects …

windows delphi winapi version