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/02/19 21:23:46 UTC

spec commit: 2.5.0rc1

Updated Branches:
  refs/heads/next [created] 842e6031c


2.5.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/842e6031
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/842e6031
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/842e6031

Branch: refs/heads/next
Commit: 842e6031ca79fad64c8812e0d1b510b7933b7c27
Parents: f86d530
Author: Fil Maj <ma...@gmail.com>
Authored: Tue Feb 19 12:23:38 2013 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Tue Feb 19 12:23:38 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/842e6031/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 197c4d5..aa0822f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.0
+2.5.0rc1

http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/842e6031/cordova.js
----------------------------------------------------------------------
diff --git a/cordova.js b/cordova.js
index 5db763e..ae29763 100644
--- a/cordova.js
+++ b/cordova.js
@@ -19,7 +19,7 @@
  *
 */
 
-var VERSION='2.4.0';
+var VERSION='2.5.0rc1';
 var scripts = document.getElementsByTagName('script');
 var cordovaPath = scripts[scripts.length - 1].src.replace('cordova.js', 'cordova-'+VERSION+'.js');