Updated Branches: refs/heads/master 4d0b46b91 -> 9fa91dee8
tagging 1.6.0rc1 Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/commit/9fa91dee Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/tree/9fa91dee Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/diff/9fa91dee Branch: refs/heads/master Commit: 9fa91dee8a236954f95439c6a76a5300277bdb58 Parents: 4d0b46b Author: Anis Kadri <[email protected]> Authored: Fri Mar 23 14:36:46 2012 -0700 Committer: Anis Kadri <[email protected]> Committed: Fri Mar 23 14:36:46 2012 -0700 ---------------------------------------------------------------------- VERSION | 2 +- src/Device.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/blob/9fa91dee/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index a715b55..17653a4 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -1.5.0 +1.6.0rc1 http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/blob/9fa91dee/src/Device.cpp ---------------------------------------------------------------------- diff --git a/src/Device.cpp b/src/Device.cpp index 97835d2..a4f8da0 100755 --- a/src/Device.cpp +++ b/src/Device.cpp @@ -52,7 +52,7 @@ Device::SetDeviceInfo() { if(r == E_SUCCESS) { String res; - res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',phonegap:'1.4.1',uuid:'%S'}", platformVersion.GetPointer(), imei.GetPointer()); + res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',phonegap:'1.6.0',uuid:'%S'}", platformVersion.GetPointer(), imei.GetPointer()); //AppLogDebug("%S", res.GetPointer()); pWeb->EvaluateJavascriptN(res); }
