Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
imhotep committed Jun 22, 2012
1 parent 1c11e75 commit 3eaedc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.8.1
1.9.0rc1
2 changes: 1 addition & 1 deletion src/Device.cpp
Expand Up @@ -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',cordova:'1.8.1',uuid:'%S'}", platformVersion.GetPointer(), imei.GetPointer());
res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',cordova:'1.9.0',uuid:'%S'}", platformVersion.GetPointer(), imei.GetPointer());
//AppLogDebug("%S", res.GetPointer());
pWeb->EvaluateJavascriptN(res);
}
Expand Down

0 comments on commit 3eaedc0

Please sign in to comment.