diff --git a/VERSION b/VERSION
index 414a102c..86bab9cf 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.0-dev
+3.6.0-dev
diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index 4250850f..ac3bb54d 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);
diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java
index e1e42948..d7550a1f 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();
diff --git a/test/.classpath b/test/.classpath
index bb0c7597..7bc01d9a 100644
--- a/test/.classpath
+++ b/test/.classpath
@@ -3,7 +3,7 @@
-
+