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/03/21 23:25:21 UTC

bada commit: Updating Bada JS, VERSION to 2.6.0rc1

Updated Branches:
  refs/heads/master 03c285b70 -> 458ac390a


Updating Bada JS, VERSION to 2.6.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/458ac390
Tree: http://git-wip-us.apache.org/repos/asf/cordova-bada/tree/458ac390
Diff: http://git-wip-us.apache.org/repos/asf/cordova-bada/diff/458ac390

Branch: refs/heads/master
Commit: 458ac390a18927b7ec64eaab663351b101684143
Parents: 03c285b
Author: Anis Kadri <an...@gmail.com>
Authored: Thu Mar 21 15:25:19 2013 -0700
Committer: Anis Kadri <an...@gmail.com>
Committed: Thu Mar 21 15:25:19 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-bada/blob/458ac390/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 437459c..f47de85 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.5.0
+2.6.0rc1

http://git-wip-us.apache.org/repos/asf/cordova-bada/blob/458ac390/src/Device.cpp
----------------------------------------------------------------------
diff --git a/src/Device.cpp b/src/Device.cpp
index 5f875db..a1b04a6 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.0'}", platformVersion.GetPointer(), imei.GetPointer());
+    	res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',uuid:'%S',cordova:'2.6.0rc1'}", platformVersion.GetPointer(), imei.GetPointer());
     	//AppLogDebug("%S", res.GetPointer());
     	pWeb->EvaluateJavascriptN(res);
     }