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/01/22 00:38:28 UTC

spec commit: Tagging 2.4.0rc1

Updated Branches:
  refs/heads/master 9cf7235ef -> 8618d1ddd
Updated Tags:  refs/tags/2.4.0rc1 [created] 8618d1ddd


Tagging 2.4.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/8618d1dd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/8618d1dd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/8618d1dd

Branch: refs/heads/master
Commit: 8618d1ddd79c6eadfe1103db7ca3bb70e0524513
Parents: 9cf7235
Author: Fil Maj <ma...@gmail.com>
Authored: Mon Jan 21 15:41:14 2013 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Mon Jan 21 15:41:14 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/8618d1dd/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 276cbf9..2eca156 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.3.0
+2.4.0rc1

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