Set VERSION to 2.10.0-dev (via coho)

This commit is contained in:
Joe Bowser 2013-11-01 11:11:09 -07:00
parent 41ed18684d
commit 937056fcaf
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
3.2.0-dev
2.10.0-dev

View File

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

View File

@ -61,7 +61,7 @@ public class CordovaWebView extends WebView {
public static final String TAG = "CordovaWebView";
public static final String CORDOVA_VERSION = "3.2.0-dev";
public static final String CORDOVA_VERSION = "2.10.0-dev";
private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();