From 1dcba5109209ed6ce22d8a1654fb2a85f73f4e6c Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Tue, 6 May 2014 15:51:14 -0700 Subject: [PATCH] Set VERSION to 3.6.0-dev (via coho) --- 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(-) 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 @@ - +