Version defines an unique state of a computer software or a file.
0
votes
1answer
863 views
Android error in eclipse: Unable to resolve target 'android-xx'
I know there are some sort-of duplicates of this, but none of the answers have been able to help me so far.
In a project shared with some friends over SVN, I always get the following error:
...
0
votes
2answers
168 views
SlideToggle() not working correctly on hover event (jQuery 1.4.1)
I am creating a new function for a navigation bar. It used to drop down when you click on it but the new way is when they hover of the arrow (that points down).
The issue I'm having is the script ...
6
votes
1answer
85 views
How to detect current IIS version with PHP?
My approach now is …
if ( preg_match( '~IIS/(\d+\.\d+)~', $_SERVER['SERVER_SOFTWARE'], $matches ) )
$version = $matches[1];
… but I have no experience with IIS, and after searching for a while ...
0
votes
1answer
103 views
build helper plugin not parsing project version
I have a project where I have a need to break the version number down and access it's component pieces when building a manifest file. After doing some searching around I found the ...
1
vote
1answer
179 views
Akka and Typesafe config versions issue
I tried to use akka 2.1.0 on a Tomcat server. But I got an error asking me to put the config library on the classpath too.
Well that's not the issue. I put the config library of Typesafe, version ...
7
votes
3answers
4k views
browser.msie error after update to jQuery 1.9.1
I use the following snip of a script:
if ($.browser.msie && $.browser.version < 9) {
extra = "?" + Math.floor(Math.random() * 3000);
}
it works fine with jQuery 1.8.3.
Now i updated ...
1
vote
1answer
46 views
New version code not recognized when building Android project
I recently completed an update to my app, so I built it and tried to upload it to the market. I incremented the version code to the next number (7), but when trying to upload it I am told that I still ...
0
votes
1answer
30 views
Git, how to find all commits on a file after version X
Can I find list of commits in a given file after version v4.0?
0
votes
1answer
80 views
Which version of Sqoop work with Hadoop 0.20.2?
Does Sqoop 2 work with Hadoop 0.20.2?
What version of sqoop is best to download?
1.4.2 or 1.99.1 ?
Thanks!)
0
votes
1answer
48 views
adding some text to multiple folders using batch script
I have some software folders like these:
CCleaner 3.17
Firefox v.18.0.2
Avant Browser v2013.01.09
as you can see some of them have the "v" and "v." as version indicator and some does not have it.
I ...
2
votes
3answers
272 views
Which Joomla version below 2 and near to 1.5. supports PHP 5.4?
My web hosting provider said that they are changing to php 5.4 from 5.2.17 ,and i try to run my site in local with the php 5.4, I got full of issuses
like this
Strict Standards: Non-static ...
0
votes
1answer
21 views
How Does Nuget know to use the most recent package?
When using nuget to install packages with the -excludeversion flag, how does it know what the most recent package is?
0
votes
2answers
57 views
Environment.Version returns a version number not matching the “version name”
Upon running this code:
foreach (string drive in Environment.GetLogicalDrives())
Console.WriteLine("Drive: {0}", drive);
Console.WriteLine("OS: {0}", Environment.OSVersion);
...
0
votes
3answers
58 views
Javascript version in browsers
I have a question about Javascript. I have gathered information saying that the version of Javascript being used in each browser is dependant on the actual browser.
Can someone please give me a quick ...
0
votes
1answer
66 views
Decision in Puppet based on version of package installed
I would like to do something like this in a Puppet .erb file:
<% if (version_of_apache_package_installed =~ /1.5.82/) then -%>
do one thing
<% else -%>
do a different thing
<% end ...
1
vote
1answer
51 views
unable to print (char*) OpenGL strings
I want to print extensions and version info available in my GPU.
I used a custom function to check the extensions taken from NEHE and even taken from the official website, and doesn´t work either.
I ...
0
votes
0answers
68 views
PHP version change from 5.2 doesn't display the page correctly, version 5.3 causes 500 error
My issue is that I have a website, that I'm developing, running just fine on my computer, accessing it via localhost on 5.3.2 shows the site, everything's running smoothly, but then I upload the files ...
1
vote
1answer
52 views
Multi language and different platform support in Android
this question may be a simple one but I just need it clarified. I have worked with localisation in Android with the values-sv, values-fi style before and it works perfectly. I've also been working ...
1
vote
1answer
46 views
Storing version number in a Ruby Gem
How should I store the version number of my code inside a ruby gem?
I've seen two techniques in the wild:
<gem root>/VERSION which only contains your semver.
<gem ...
4
votes
2answers
73 views
Can we change the unicode version being used by java?
Java 7 supports Unicode 6.0 . Unicode 4.0 support is restricted to versions 5.0 and 6.0 of the Java platform.
Unicode 6.2.0 is a minor version of the Unicode Standard and supersedes all previous ...
9
votes
1answer
273 views
scala-library.jar version in sbt published artifacts
As Scala 2.10.1 is coming out soon, I believe, I want to make sure that artifacts I publish now will automatically work with a scala-library.jar of that version. I use sbt 0.12.2 to publish, and with ...
0
votes
1answer
65 views
Does Nuget Versioning ignore + notation of build number SemVer?
Ref:
Nuget Versioning
SemVer
The nuget versioning documentation reads:
SemVer also introduces the concept of a build number for those creating daily or continous builds. This is not supported in ...
0
votes
2answers
107 views
How to get dylib version information which are in a directory
I wanted to get the dylib version. I've a dylib path for which I wanted to get the version number.
I've tried "otool -L" command and it's giving me the proper output but as per the requirements I ...
0
votes
1answer
93 views
How do I compile to Flash 11 (even version) with Adobe Flash CS6?
I need to compile to an even version of Flash due to server issues (I'm not a back-end developer, nor do I have access to the server in any way). I can publish to 9, 10, or 11, but have a very small ...
1
vote
2answers
70 views
how to find the version numbers of built in modules in php from the CLI
Basically i am new to php, and i just installed php on my machine.
so we can know entire information of the php configuration by creating a php file and
writing the below code in it
<?php
...
1
vote
1answer
87 views
How to automaticly refresh silverlight pages after deploy server services
Firs of all sorry for my bad English.
I have an Silverlight application. And there is too much customer who is using my application.
When i deploy new version i see same problem.
As we know lots of ...
4
votes
1answer
394 views
AudioSource.VOICE_CALL not working in android 4.0 but working in android 2.3
VOICE_CALL, VOICE_DOWNLINK ,VOICE_UPLINK
not working on android 4.0 but working on android 2.3 (Actual Device),I have uploaded a dummy project to record all outgoing call so that you can see it ...
0
votes
1answer
44 views
What is the version of Apache Camel used in Akka 2.1?
I am looking at using Akka camel in a mission critical app.
what is the version of Apache Camel used in current Akka 2.1?
How can I used the latest Apache Camel in Akka?
0
votes
1answer
346 views
PHP Soap Client - sending the wrong headers “soapenv:VersionMismatch”
I've come across a problem that I cannot figure out how to fix. I've created a soap client in php that is supposed to do an xml request to a web service - the service is working through SoapUI, but ...
0
votes
3answers
133 views
How to get latest stable Ruby version from command line?
I'm interested in querying the latest stable version of Ruby from the command line. I'm primarily interested in a string of the form "1.9.3p327".
Update:
To clarify, the goal is to consistently ...
0
votes
1answer
270 views
how to set default g++? [closed]
My host has installed c++11 and g++ 4.7.2 (I'm told), but we can't figure out how to set 4.7.2 to default as g++ --version still says I'm 4.1.2.
Stack has shown me that I can't sort multidimensional ...
1
vote
0answers
231 views
“Make” error while upgrading to ruby 1.9.3-p374
Problem:
I a newbie to rails and was trying to get started with rails tutorials. While upgrading to a different version of ruby, I get the following error while trying to upgrade my ruby version from ...
0
votes
0answers
21 views
Activity for 2.2 and activity for 4.0. How to combine?
I want to make separate activities for "old" type of architecture (for platforms less v.11 - to use Tabs) and for "new" type of architecture (for platforms above v.11 - to use Fragments).
I made ...
0
votes
1answer
381 views
message - You are using an outdated version of Internet Explorer
"You are using an outdated version of Internet Explorer. For a faster, safer browsing experience Upgrade Today"
This message is obviously linked to the fact that a user is using an old version if IE ...
0
votes
0answers
308 views
How to request app info from google play store without authentication
I've done some research and stumbled across the following (maybe unofficial) url which is used to query app details from android play store. But based on the unofficial google market api I guess this ...
1
vote
2answers
92 views
Flyway: migration versions across multiple directories
If I want to organize my migrations in multiple directories (let's say I'm using SQL migrations, and under the "sql" directory I have a "main" directory and then a "special" directory).
So under ...
0
votes
1answer
102 views
Qt - Don't append major version number to the end of executable/library name
How can I stop Qt from renaming my DLL to MyDLLName{MAJOR_VERSION_NUM}.dll?
This only happens when I set the VERSION in my project file, but I also want to set the version. For example, if I have:
...
0
votes
0answers
26 views
How can I get my BootCamp version from Command Prompt?
What's the most straightforward way to print out my BootCamp version from a Command Prompt window?
1
vote
1answer
49 views
Auto-Include Version # in Label
I am currently including the version number of my publish/release in a label on my application, but have been unable to figure out how to add it so that it auto-updates for every publish. Currently, ...
1
vote
2answers
57 views
Testing different Java Versions in Junit
is there a way to specify the JVM version in a junit test, when multiple java types are available on an OS ?
I'd like to do something like this:
@JVM=1.5
public void test1(){
run();
}
...
0
votes
1answer
49 views
App subversion to float
I am getting my app's version like this:
NSString *version = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"]
And then trying to convert it to a float like this:
[version ...
0
votes
0answers
28 views
Using two versions of one assembly in a plugin architecture
I am currently writing a plug-in for an application. The application loads the libraries(dlls) I provide with my plug-in.
In the plug-in I use SQLite, so I have references to the assemblies ...
1
vote
2answers
888 views
Which version of hibernate support jpa 2.1?
Currently I am using JPA 2.0 with hibernate 3.6 . I tried to search but couldn't find, can anyone list out JPA 2.1 is supported by which versions of hibernate?
0
votes
0answers
148 views
Unable to install R 2.15.2 on Mac OSX 10.5 (leopard)
My operating system is Mac OSX 10.5 (leopard)
I have been trying to install the latest version of R 2.15.2.
Downloading from this site:
http://cran.r-project.org/bin/macosx/
MESSAGE I GET : - ...
1
vote
1answer
57 views
Comparing versions in sbt
Is there a simple way to compare versions in sbt build files without handcrafting. E.g.
scalacOptions <++= scalaVersion { sv =>
if (sv >= "2.10.0") "-feature" :: Nil else Nil
}
(The ...
1
vote
1answer
105 views
Testing Jasmine with many multiple jQuery versions with one test
I'm getting the hang with Jasmine and JSTestDriver on PhpStorm, and I'm trying to have ONE js test file to unit test against multiple versions of jquery (namely 1.7.x, 1.8.x, 1.9.0 and 2.0b). What is ...
0
votes
1answer
81 views
SNMPv3 Discovery
I have use SNMP v1 and 2c for network discovery of printers by sending broadcast message with community "public" and it works just fine, but when I send broadcast message with version 3 of the ...
0
votes
2answers
325 views
ubuntu: upgrading software (cmake) - version disambiguation (local compile) [closed]
I had cmake 2.8.0 installed on my machine (from ubuntu packages), the binary was placed in /usr/bin/cmake. I need to upgrade cmake version to at least 2.8.2. The ubuntu version is quite old, but I ...
0
votes
0answers
107 views
Android Code not working in android-4.2
in my android application i am using the following code to parse the tags from the xml file
NodeList nlis = dom.getElementsByTagName("Date");
if(nlis != null && ...
1
vote
1answer
132 views
Upgrade built by InstallShield 2012 reports installed version in bad format
I am seeing the following messages during an upgrade using an installer built with InstallShield 2012 Spring:
The InstallShield Wizard will update the installed version (9.01.005) of <our ...




