Set VERSION to 3.6.0-dev (via coho)

This commit is contained in:
Joe Bowser 2014-05-06 15:51:14 -07:00
parent 7c63b30de1
commit 1dcba51092
4 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
3.5.0-dev
3.6.0-dev

View File

@ -20,6 +20,6 @@
*/
// Coho updates this line:
var VERSION = "3.5.0-dev";
var VERSION = "3.6.0-dev";
console.log(VERSION);

View File

@ -17,6 +17,9 @@ public interface CordovaWebView {
Object pluginManager = null;
Object jsMessageQueue = null;
public static final String TAG = "CordovaWebView";
public static final String CORDOVA_VERSION = "3.6.0-dev";
View getView();
CordovaWebViewClient makeWebViewClient();

View File

@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>