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/26 22:36:38 UTC

spec commit: 2.5.0

Updated Branches:
  refs/heads/next 87d07d62e -> 455041138
Updated Tags:  refs/tags/2.5.0 [created] 455041138


2.5.0


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

Branch: refs/heads/next
Commit: 455041138862493c6e59de2d99b4167f36509427
Parents: 87d07d6
Author: Fil Maj <ma...@gmail.com>
Authored: Tue Feb 26 13:36:14 2013 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Tue Feb 26 13:36: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/45504113/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index aa0822f..437459c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.5.0rc1
+2.5.0

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