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/20 08:24:34 UTC

[2/2] bada commit: Updating Bada JS, VERSION to 2.5.0rc1

Updated Branches:
  refs/heads/master 434e5ed6e -> 46efcece1


Updating Bada JS, VERSION to 2.5.0rc1


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

Branch: refs/heads/master
Commit: 46efcece124e266dfa969c5bf9711634120cfd61
Parents: cfcd8a8
Author: Anis Kadri <an...@gmail.com>
Authored: Tue Feb 19 23:24:32 2013 -0800
Committer: Anis Kadri <an...@gmail.com>
Committed: Tue Feb 19 23:24:32 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/46efcece/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-bada/blob/46efcece/src/Device.cpp
----------------------------------------------------------------------
diff --git a/src/Device.cpp b/src/Device.cpp
index 6158630..dfaed39 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.4.0'}", platformVersion.GetPointer(), imei.GetPointer());
+    	res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',uuid:'%S',cordova:'2.5.0rc1'}", platformVersion.GetPointer(), imei.GetPointer());
     	//AppLogDebug("%S", res.GetPointer());
     	pWeb->EvaluateJavascriptN(res);
     }