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

learn more… | top users | synonyms

0
votes
2answers
97 views

Php version on windows command line [duplicate]

I just tried to know version of my PHP from windows command typing, C:\> php -v But it is not working. It says php is not recognized as internal or external command.
0
votes
1answer
44 views

Ruby/GSL online documentation for wrong version?

After successfuly installing Ruby/GSL library on my Debian (via *deb), with Ruby 1.9.3, I am having troubles running most of the GSL methods. Specifically, this webpage shows several code samples, but ...
1
vote
1answer
118 views

GetVersionEx and OSVERSIONINFOEX on Windows versions below Win2000 [closed]

Anyone knows for sure (or maybe is able to test on Virtual Machine or have old Windows SDK files or something) if Windows versions below Windows 2000 (i.e. Windows 95 and Windows 98) support ...
0
votes
1answer
31 views

How does a proper UpdateLauncher for java look like?

I was working on an update launcher for a java .jar application. I have several .jar-archives and a main.jar. My launcher adds/replaces the necessary jars when updating. I am just not sure what ...
0
votes
1answer
28 views

revert back refactoring step in Eclipse Java project

I was refactored class name in a large java source code in Eclipse. But in a situation where the refactoring produces any undesirable result, I would like to revered back to the previous class name or ...
2
votes
1answer
69 views

Python's argparse to show program's version with prog and version string formatting

What's the preferred way of specifying program name and version info within argparse? __version_info__ = ('2013','03','14') __version__ = '-'.join(__version_info__) ... parser.add_argument('-V', ...
1
vote
1answer
45 views

How does different versions work on the marketplace?

I have completed my starter app for google play market. I would like to make a free and paid version, so what im wondering is: Can I comment out the parts in the paid version for the free version and ...
0
votes
1answer
57 views

System to organize models and results in NoSQL? [closed]

When building models, we often go through many stages of analysis from studying of relationships between candidate predictors and the response, variable selections and fitting many different models to ...
0
votes
1answer
116 views

Xcode cannot detect device [duplicate]

I'm using xcode 4.6. After I upgraded iPad from iOS 5.1 to 6.1, Xcode does not find device in schema. Any solutions?
0
votes
3answers
356 views

Javac version 1.7 not able to build for target 1.7

I am trying to compile Java code, with Sun Java JDK 1.7.0_17, on a Linux Mint system, but I'm getting this problem. $ javac -version -target 1.7 javac 1.7.0_17 javac: invalid target release: 1.7 ...
1
vote
1answer
65 views

Using URI::URL to extract username and password from SFTP URL

I was using URI::URL from http://search.cpan.org/~rse/lcwa-1.0.0/lib/lwp/lib/URI/URL.pm in my program to extract the scheme, host, username, password, and path from URLs and life was good. Then I ...
1
vote
1answer
29 views

xml mandatory header: version and encoding

Is it mandatory to add next xml header in an XML file to be well formed? <?xml version="1.0" encoding="UTF-8"?> I already understand that it is better for parsing options and so on.
0
votes
1answer
63 views

how to change the manifest dll version?

I have an application that use the version 4.4.0.0 of entity framework, but I would like to use a new one. For that, I add the reference to the new dll, set to true local copy and I try to run my ...
0
votes
1answer
50 views

Why my java -version is different than what I see in mvn --version

When I type java -version in C:\ I see java version "1.7.0_05" When I type mvn --version I see: Java version : 1.6.0_37 So why is this difference?
0
votes
1answer
44 views

Hibernate @Version and DTO's

Design question for Hibernate usage with DTO's. On one of our entities we use optimistic locking and the @Version annotation. The current problem is that on merge that version number is not updated ...
15
votes
2answers
243 views

How can I prove that my JavaScript files are in the scope of a specific JS or ECMA version?

Let's say you would get a bunch of .js files and now it is your job to sort them into groups like: requires at least JavaScript 1.85 requires at least E4X (ECMAScript 4 EX) requires at least ...
0
votes
1answer
59 views

Show git versions in php explorer

I'm using Eclipse 4.3 Kepler and I have Egit installed. I want to display current project versions in my php explore but for now I can only see them in the Git Repositories view. How to display ...
0
votes
0answers
48 views

Eclipse code template: to get version from MANIFEST.MF

How to get version, that is inside META-INF\MANIFEST.MF, in Eclipse IDE Code style template or when inserting JavaDoc @since? Related: How to get Maven pom.xml version in Eclipse code template?
4
votes
2answers
104 views

Clojure dependency on Java 1.5 only?

I hope this is not off-topic for SO (I hesitated between SO and programmers.stackexchange) but as far as I can tell this is a "practical, answerable problem that is unique to the programming ...
0
votes
1answer
20 views

attribute value as class name giving error

I have created delete.php page that will accept class name and id as following: if(isset($_GET['id']) && is_numeric(trim($_GET['id'])) ) { $id = $_GET['id']; } else{ ...
0
votes
0answers
35 views

changing default version of numpy

I just successfully upgraded my version of numpy with the command: sudo pip install numpy --upgrade I want to install matplotlib so I run the command: sudo pip install matplotlib I get an error ...
0
votes
3answers
314 views

How to set default python version in terminal on OS X 10.6.8?

I just downloaded python 2.7 on my mac which runs OS X 10.6.8. The previous version of python installed was 2.6. When I type python in the terminal it opens python version 2.6. I want it to open ...
0
votes
2answers
83 views

Random versioning number with images to force cache

I few random php scripts with various parts of HTML code in them, stylesheets and images. But lately I'm having a problem with cache. I add a random versioning number to stylesheet to force it to be ...
0
votes
2answers
55 views

get shared library soname in a Python program

I'm writing a Python wrapper for a shared Linux library using ctypes. Is there some way to extract the library's soname programmatically (e.g., possibly via some library for accessing its ELF data)? ...
2
votes
1answer
53 views

How to get the extended pdf version

In the toolbar of adobe reader, in File->Properties->Description->PDF Version, you can only find the "big" version of pdf, but not the version extensions introduced by recent Adobe software. For ...
3
votes
1answer
44 views

How to develop for SQL Server 2008 using 2012?

When I use MSBuild 4 I can target .NET Framework 3.5 and older versions, and all features available only on the version 4 will not be available on that project. I would like to do a similar thing in ...
-1
votes
1answer
76 views

How to version shared object file created using GCC for Linux [closed]

How to version shared object file created using GCC for Linux Please explain it with few examples
1
vote
1answer
34 views

Error building grails app

I have an Java version 1.6.0_37 and Grails 1.3.9. When building my app I get a following error: Compilation error: java.lang.UnsupportedClassVersionError: ...
0
votes
1answer
80 views

How do I resolve version error between SSIS dtsx file and GAC?

I have a DLL that I am referencing in an SSIS package. I strong named it and added to the GAC. Everything worked fine on my development machine. Now I am trying to deploy the package. So on the ...
2
votes
0answers
27 views

Anguilla - Unable to populate item using minor verision

How to populate an item using minor version? Am using the below code snippet. var item = $models.getItem('tcm:222-7244-64-v1'); - Works fine. var item = $models.getItem('tcm:222-7244-64-v1.3'); - ...
0
votes
2answers
30 views

save and retrieve overly changing code

I am new at java programming. I use netbeans IDE to make a considerably large project. So when I'm developing the project I keep changing the code to make it suitable the need. How do the best way to ...
0
votes
1answer
190 views

Android-Tools Gradle Plugin

I am currently trying to get the new build system for android (http://tools.android.com/tech-docs/new-build-system/using-the-new-build-system) to work. Therefore I created a build.gradle file with the ...
1
vote
1answer
509 views

PhoneGap Android get the app version code

I am building a phonegap android app with jQueryMobile. I want to build a function that checks the version code of the application with a webservice in order to suggest to update, if the app is ...
0
votes
1answer
47 views

Need Help Applying a Custom Chrome json Theme

I need some help, I had sometime ago made a custom .json theme for use with chrome. Anyways, my problem is this thing about the "manifest_version 2" thing. My current code below has always worked when ...
1
vote
5answers
62 views

Android activity version

I have an android project that supports android 2.3.3. But is supports sdk version 17 as well. When I create a new activity it creates an activity specific for version 17. How can I make a correct ...
0
votes
0answers
51 views

How to change my android project to specific version count (0.1, 0.2, 0.3…)?

Before I'm uploading my app to play store, is there any way to count the version of my app? Version 0.1 and later 0.2 and so on.
2
votes
2answers
139 views

android apk update: what do I know of last version?

I have 2 versions of my app, both have android:versionCode="1" in the manifest. One version (versionCode=1) was distributed by email. Other version (also versionCode=1) was published on google play. ...
0
votes
0answers
94 views

Tomcat7 version.sh different from tomcat7 manager in linux mint 12

I installed tomcat7 on linux mint using : apt-get install tomcat7 apt-get install tomcat7-admin apt-get install tomcat7-docs apt-get install tomcat7-examples I changed the ...
0
votes
2answers
82 views

How to get current git tag/branch/revision at browser?

I have a project which uses git. I have access to webserver via ssh and I can execute a command: git log --decorate and it will give me information about what is currently deployed on that server. ...
1
vote
1answer
220 views

Check Tomcat 7 Version linux

How do I check the version of tomcat 7 that is installed on RHEL? I looked in the bin directory and cannot find version.sh.
0
votes
1answer
66 views

PHP filemtime of many files

I am trying to determine the filetime of many different files as I'd like to get the version of these files. Is it a good opportunity to add (+) the filemtimes of the files? Doing this gives me a very ...
6
votes
2answers
227 views

UIButton Differences between iOS 5.1 and 6.1

I placed 3 buttons into my view, set up background image and sometimes I need to disable one of them. I find out that they appear different in iOS 5.1 and 6.1. I like the 6.1 version. What should I do ...
2
votes
1answer
92 views

Nuget installs wrong package version

SignalR version 1.0.0 is out, but I want to install the old version 1.0.0-rc1. I used this command but NuGet seems to ignore the version flag and install 1.0.0 anyway. PM> Install-Package ...
0
votes
1answer
29 views

ckeditor 4, versionning

I would like to know if it is possible give the possibility to load a previous version of the current content through a button in the toolbar. The different versions of content are stored in a ...
0
votes
1answer
148 views

How to detect whether tomcat and ant are installed on linux machine

I am trying to install Tomcat and Ant on my linux machine, but before installing them i just need to check whether they are already installed or not. Regarding tomcat: I googled a lot and searched ...
0
votes
2answers
162 views

How to convert a normal site to mobile version

I have a website called "Criação de sites" http://www.sitepor500.com.br and I want to make a mobile/tablet version of it but I have no idea what should I do? Should I try to keep the same visual ...
0
votes
1answer
347 views

Trying to install ruby 1.9.3 with rbenv but keep getting ruby 1.8

Here is a list of commands that I have run to try and install ruby 1.9.3-p0 with rbenv but every time I run ruby --version I get 1.8.23. I'm not sure why this is? Anderss-MacBook-Pro:anchor ...
0
votes
1answer
74 views

Different versions of IOS app

I have an app which is base in sqlite DBs and I need to create different versions of it. Each version is using different dbs, the name of them and the url to update them, and some other parameters but ...
1
vote
2answers
75 views

Android Free version and Pro version source version controlling [closed]

I am facing a frustrating problem. I want to maintain several version of an Android application: -free -pro -Nook version -Amazon Kindle version I'd like to use some kind of source version ...
3
votes
1answer
159 views

How to get Maven pom.xml version in Eclipse code template?

I have Code style template that defines default comments with annotations for new Java classes (see below). How to make it insert the version from Maven pom.xml? Something like @since ...

1 2 3 4 5 39