You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/03/21 18:02:14 UTC

spec commit: 2.6.0rc1

Updated Branches:
  refs/heads/2.6.x [created] e17a27bc5


2.6.0rc1


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/e17a27bc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/e17a27bc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/e17a27bc

Branch: refs/heads/2.6.x
Commit: e17a27bc5b7ccfba9930b3fcf3c298868d32d1f7
Parents: 64e9bba
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Mar 21 09:57:01 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Mar 21 09:57:01 2013 -0700

----------------------------------------------------------------------
 VERSION    |    2 +-
 cordova.js |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/e17a27bc/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 437459c..f47de85 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.5.0
+2.6.0rc1

http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/e17a27bc/cordova.js
----------------------------------------------------------------------
diff --git a/cordova.js b/cordova.js
index 86e06ce..3d00979 100644
--- a/cordova.js
+++ b/cordova.js
@@ -19,7 +19,7 @@
  *
 */
 
-var VERSION='2.5.0';
+var VERSION='2.6.0rc1';
 var PLAT;
 if (/Android/.exec(navigator.userAgent)) {
     PLAT = 'android';