updating Device and VERSION to 1.4.1
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/009f6318 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/tree/009f6318 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/diff/009f6318 Branch: refs/heads/master Commit: 009f6318dbf716d0b9db49c0b7ceacd0bb743d3b Parents: 27af3cf Author: Anis Kadri <anis.ka...@gmail.com> Authored: Wed Feb 1 12:44:58 2012 -0800 Committer: Anis Kadri <anis.ka...@gmail.com> Committed: Wed Feb 1 12:44:58 2012 -0800 ---------------------------------------------------------------------- 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/009f6318/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 467f716..51405db 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -1.4.0 +1.4.1 http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/blob/009f6318/src/Device.cpp ---------------------------------------------------------------------- diff --git a/src/Device.cpp b/src/Device.cpp index e6ba55b..9c2b7af 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.0',uuid:'%S'}", platformVersion.GetPointer(), imei.GetPointer()); + res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',phonegap:'1.4.1',uuid:'%S'}", platformVersion.GetPointer(), imei.GetPointer()); //AppLogDebug("%S", res.GetPointer()); pWeb->EvaluateJavascriptN(res); }