Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

90
votes
7answers
59k views

Determine What Version of PowerShell is Installed?

How can I determine what version of PowerShell is installed on a computer, and indeed if it is installed at all? Thanks, MagicAndi
52
votes
6answers
38k views

Check iPhone iOS Version

I want to check if the iOS version of the device is greater then the 3.1.3 I tried things like: [[UIDevice currentDevice].systemVersion floatValue] but does not work, I just want a: if (version ...
51
votes
17answers
3k views

How to do version numbers?

My company is building a product. It's going to be versioned by SVN. It's a webapp so basically there will never be a version out which doesn't have some features in them and thus could always be ...
43
votes
11answers
40k views

Python: Best way to check for Python version in program that uses new language features?

If I have a python script that requires at least a particular version of python, what is the correct way to fail gracefully when an earlier version of python is used to launch the script? How do I ...
38
votes
7answers
6k views

Standard way to embed version into python package?

Is there a standard way to associate version string with a python package in such way that I could do the following? import foo print foo.version I would imagine there's some way to retrieve that ...
37
votes
8answers
24k views

How to have an auto incrementing version number (Visual Studio)?

I want to store a set of integers that get auto incremented at build time: int MajorVersion = 0; int MinorVersion = 1; int Revision = 92; When I compile, it would auto-increment Revision. When I ...
31
votes
3answers
10k views

How can I get the assembly file version

The assembly version I can get with following loc: Version version = Assembly.GetEntryAssembly().GetName().Version; But how can I get the assembly file version? Thanks for help.
29
votes
7answers
14k views

How do I check what version of Python is running my script?

How can I check what version of the Python Interpreter is interpreting my script?
24
votes
4answers
294 views

How can I test when a feature was added to Perl?

Are there any services similar to codepad that will allow you to test Perl constructs on old versions of perl? Ideally, a system where you could enter an expression and it will tell you the oldest ...
24
votes
2answers
10k views

How can I install a specific version of a Perl module?

I'm tasked with replicating a production environment to create many test/sit environments. One of the things I need to do is build up Perl, with all the modules which have been installed (including ...
22
votes
2answers
7k views

Can I use multiple versions of jQuery on the same page?

A project I'm working on requires the use of jQuery on customers' Web pages. Customers will insert a chunk of code that we'll supply which includes a few <script> elements that build a widget in ...
21
votes
11answers
1k views

How do you know what version number to use?

Here's one I have always wondered about... Please excuse my naivety, but - How do you decide what version number to name your software? I assume, when somebody creates a "final" version of an ...
21
votes
8answers
6k views

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 the version of my Windows, but sometimes that is not so. If a user runs my ...
19
votes
11answers
20k views

Getting the last revision number in SVN?

Using PHP, Perl, or Python (preferably PHP) I need a way to query an SVN database and find out the last revision number sent to SVN. I don't need anything other than that. It needs to be non-intensive ...
18
votes
8answers
23k views

Difference between eclipse europa, helios, galileo

What is the difference between eclipse (europa, helios, galileo). Which is the best for desktop application.
18
votes
4answers
45k views

java.lang.UnsupportedClassVersionError: Bad version number in .class file?

I am getting this error when I include an opensource library that I had to compile from source. Now, all the suggestions on the web indicate that the code was compiled in one version and executed in ...
17
votes
11answers
3k views

What version numbering scheme do you recommend?

My question is, which version-naming scheme should be used for what type of project. Very common is major.minor.fix, but even this can lead to 4 number (i.e. Firefox 2.0.0.16). Some have a model that ...
16
votes
4answers
313 views

Perl version string: why use EVAL EXPR?

I just took notice to this generated by Catalyst.pl. It is obviously some sort of unannotated hack. What is the advantage of setting up a version string like this? I can't even figure out what they're ...
16
votes
4answers
5k views

How can my iphone app detect its own version number?

I'm writing an iPhone app. It's already been published, but I would like to add a feature where its version number is displayed. I'd rather not have to do this manually with each version I ...
15
votes
2answers
3k views

Making TeamCity integrate the Subversion build number into the assembly version

I want to adjust the output from my TeamCity build configuration of my class library so that the produced dll files have the following version number: 3.5.0.x, where x is the subversion revision ...
15
votes
7answers
5k views

How to remove Installation of MySQL on Mac OS X

i need to install older version of mysql server on mac os, but i have newer version i try to remove this newer installation (5.1), but when start old version install (5.0b) message "MySQL ...
15
votes
4answers
7k views

How to find out which version of the .NET Framework an executable needs to run?

I've got an executable file, and I would like to know which versions of the .NET framework this file needs to be started. Is there an easy way to find this information somewhere? (So far I tried ...
14
votes
2answers
3k views

Getting runtime version of a Silverlight assembly

I want to show my Silverlight 3 application's version number in the about box, but when I use a traditional .Net call like: Assembly.GetExecutingAssembly().GetName().Version; I get a ...
13
votes
3answers
591 views

PHP versions “market share”

Does anyone know where can I find recent data on PHP4 vs PHP5 "market share", that is, what percentage of servers on the Internet have PHP5 installed? I found this but it's from 2008: ...
13
votes
16answers
1k views

Version numbering basics?

Suppose I have a web application with some basic functions. I want to market it. So I would like to assign a version number - something like 0.0.1. What I want to know is are there any constraints ...
13
votes
3answers
8k views

Retrieve android sdk version

How can i get the current android sdk version (1.5, 1.6, 2.0, etc.) programmatically
13
votes
6answers
5k views

How can I detect .net 3.5 in WiX?

I'm trying to detect which version .NET is installed using WiX. I've tried: <Condition Message='This setup requires the .NET Framework 3.5 or higher.'> <![CDATA[MsiNetAssemblySupport ...
13
votes
9answers
5k views

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, but I figure it important enough to live up here. With these suggestions, I create a function in my ...
12
votes
1answer
464 views

When executing an application on .net 4.0, complied under .net 2.0

Question With the conditions below, the following (A)c# source code complied under .NET 2.0(CLR 2.0) the above application having the (B)app.config only .NET 4.0(CLR 4.0) installed on environment ...
12
votes
2answers
671 views

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 revision belongs in third place, and "build" or whatever you'd like to call it ...
12
votes
1answer
251 views

How can my Haskell program or library find its version number?

I would like my cabalised program to have a --version switch. I would like it to report the same version as is present in the .cabal file. If I have to update the version number separately in my ...
12
votes
5answers
2k views

Determine framework (CLR) version of assembly

From the command line (or by any means really), how can I determine which clr version a .net assembly requires? I need to determine if an assembly requires 2.0 or 4.0 clr version.
12
votes
3answers
8k views

Checking python module version at runtime

Many 3rd party python modules have an attribute which holds the version info for the module (usually something like module.VERSION or module.__version__), however some do not. Particular examples of ...
11
votes
2answers
2k views

How to determine the Boost version on a system?

Is there a quick way to determine the version of the Boost C++ libraries on a system?
10
votes
2answers
185 views

Strange issue in Combining Audio Files and playing in different API versions

All , I am using Media Recorder for Recording Audio. Case 1: If i use Android Version 2.2 installed devices, my recorded audio combined and playing well. Case 2: If i use it in Android 1.6 installed ...
10
votes
2answers
11k views

SVN / Subversion 1.7 and Eclipse Subversive & JavaHL

I have just upgraded to TortoiseSVN 1.6.99, Build 21709, (Subversion 1.7.0, -dev). I am having problem in my Eclipse Subversive 0.7.9.I20100512-1900 & JavaHL 1.6.15. Have tried to update my ...
10
votes
5answers
262 views

C# projects, proper versioning, company, etc on deployment

My company is working towards moving our development from C++.net into C#. Our product has standard monthly release (for instance, 5.0.19.2...). In in C++.net, we had a common app.rc file, that ...
10
votes
7answers
5k views

What version of javac built my jar?

How can I tell what version of the Java compiler was used to build a jar? I have a jar file, and it could have been built in any one of three JDKs. We need to know exactly which one, so we can ...
10
votes
3answers
301 views

How can I tell what Scala version a .class file was compiled with?

How can I tell what Scala version a .class file was compiled with?
10
votes
2answers
821 views

Working with version control on a Drupal/CMS project

I was wondering how teams that develop sites using Drupal (or any other CMS) integrate version control, subversion, git or similar, into their workflow. You'd obviously want your custom code and theme ...
10
votes
7answers
7k views

Java API to find out the JDK version a class file is compiled for?

Are there any Java APIs to find out the JDK version a class file is compiled for? Of course there is the javap tool to find out the major version as mentioned in here. However I want to do it ...
10
votes
7answers
4k views

major.minor.build.revision versioning style vs year.month.day.whatever versioning style

Is there any reason to use one versioning style over the other for .NET assemblies???? I'd like to know if there are any advantages/disadvantages in using either style besides taste.
10
votes
4answers
6k views

How to get the version info of a dll in C++

I need to get the version info of a dll I created in VS2008 C++. How do I get it? Thanks, Adam
9
votes
2answers
1k views

Auto increment version code in Android app

is there a way to auto-increment the version code each time you build an Android application in Eclipse? According to http://developer.android.com/guide/publishing/versioning.html, you have to ...
9
votes
3answers
150 views

Is there an out-of-box PHP solution to do revision control for database fields?

I'm looking for something that I can use to do versioning in PHP (not for code). I'd like to do revision control for a text input users edit. I've found something great for Ruby ...
9
votes
1answer
965 views

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 to my new perl version (perlbrew switch perl-5.12.2 and hash -r), verified ...
9
votes
3answers
849 views

How to set Chrome's user script version number

Edit: The bug that caused this problem has been fixed. The @version tag now works in the stable release. See Issue 30760 Hey. I've been wondering how I might set the version number displayed for ...
9
votes
2answers
452 views

What version of .NET ships with what version of Windows?

Looking for a list of Windows versions (service packs included) and what version of .NET is natively1 available. Example: Windows A - .NET Framework Z Windows A Service Pack 1 - .NET Framework Z ...
8
votes
3answers
316 views

Injecting mercurial changeset as version information in a C executable

I would like the executables for a project I am working on to have the latest mercurial changeset recorded so that when a user complains about buggy behavior, I can track which version they are using. ...
8
votes
1answer
188 views

Gem dependencies versions meaning

Gem dependency version can be specified with prefixes =, <, >, <=, >= and ~>. I understand all except last one, what does ~> mean?

1 2 3 4 5 23