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

bada commit: Updating Bada JS, VERSION to 2.5.0

Updated Branches:
  refs/heads/master e357b1a11 -> 03c285b70


Updating Bada JS, VERSION to 2.5.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-bada/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-bada/commit/03c285b7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-bada/tree/03c285b7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-bada/diff/03c285b7

Branch: refs/heads/master
Commit: 03c285b706eb664d1787c81679a7965d5c0d833e
Parents: e357b1a
Author: Anis Kadri <an...@gmail.com>
Authored: Tue Feb 26 18:13:53 2013 -0800
Committer: Anis Kadri <an...@gmail.com>
Committed: Tue Feb 26 18:13:53 2013 -0800

----------------------------------------------------------------------
 VERSION        |    2 +-
 src/Device.cpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-bada/blob/03c285b7/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-bada/blob/03c285b7/src/Device.cpp
----------------------------------------------------------------------
diff --git a/src/Device.cpp b/src/Device.cpp
index dfaed39..5f875db 100755
--- a/src/Device.cpp
+++ b/src/Device.cpp
@@ -69,7 +69,7 @@ Device::SetDeviceInfo() {
 
     if(r == E_SUCCESS) {
     	String res;
-    	res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',uuid:'%S',cordova:'2.5.0rc1'}", platformVersion.GetPointer(), imei.GetPointer());
+    	res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',uuid:'%S',cordova:'2.5.0'}", platformVersion.GetPointer(), imei.GetPointer());
     	//AppLogDebug("%S", res.GetPointer());
     	pWeb->EvaluateJavascriptN(res);
     }