Set VERSION to 3.6.0-dev (via coho)

Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/1dcba510
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/1dcba510
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/1dcba510

Branch: refs/heads/4.0.x
Commit: 1dcba5109209ed6ce22d8a1654fb2a85f73f4e6c
Parents: 7c63b30
Author: Joe Bowser <[email protected]>
Authored: Tue May 6 15:51:14 2014 -0700
Committer: Joe Bowser <[email protected]>
Committed: Fri May 23 11:30:57 2014 -0700

----------------------------------------------------------------------
 VERSION                                              | 2 +-
 bin/templates/cordova/version                        | 2 +-
 framework/src/org/apache/cordova/CordovaWebView.java | 3 +++
 test/.classpath                                      | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/1dcba510/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 414a102..86bab9c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.0-dev
+3.6.0-dev

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/1dcba510/bin/templates/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index 4250850..ac3bb54 100755
--- a/bin/templates/cordova/version
+++ b/bin/templates/cordova/version
@@ -20,6 +20,6 @@
 */
 
 // Coho updates this line:
-var VERSION = "3.5.0-dev";
+var VERSION = "3.6.0-dev";
 
 console.log(VERSION);

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/1dcba510/framework/src/org/apache/cordova/CordovaWebView.java
----------------------------------------------------------------------
diff --git a/framework/src/org/apache/cordova/CordovaWebView.java 
b/framework/src/org/apache/cordova/CordovaWebView.java
index e1e4294..d7550a1 100644
--- a/framework/src/org/apache/cordova/CordovaWebView.java
+++ b/framework/src/org/apache/cordova/CordovaWebView.java
@@ -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();

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/1dcba510/test/.classpath
----------------------------------------------------------------------
diff --git a/test/.classpath b/test/.classpath
index bb0c759..7bc01d9 100644
--- a/test/.classpath
+++ b/test/.classpath
@@ -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>

Reply via email to