Updated Branches:
  refs/heads/master 3f9a14623 -> 72e9625e8

updating VERSION


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/72e9625e
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/tree/72e9625e
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/diff/72e9625e

Branch: refs/heads/master
Commit: 72e9625e8ba053bdbd352cfac2167a8690735d42
Parents: 3f9a146
Author: Anis Kadri <anis.ka...@gmail.com>
Authored: Thu Aug 23 18:19:40 2012 -0700
Committer: Anis Kadri <anis.ka...@gmail.com>
Committed: Thu Aug 23 18:19:40 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/72e9625e/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 4111d13..0c271bc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.0rc1
+2.1.0rc1

http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/blob/72e9625e/src/Device.cpp
----------------------------------------------------------------------
diff --git a/src/Device.cpp b/src/Device.cpp
index fb6a197..d927e8b 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',cordova:'2.0.0',uuid:'%S'}",
 platformVersion.GetPointer(), imei.GetPointer());
+       res.Format(1024, 
L"window.device={platform:'bada',version:'%S',name:'n/a',cordova:'2.1.0',uuid:'%S'}",
 platformVersion.GetPointer(), imei.GetPointer());
        //AppLogDebug("%S", res.GetPointer());
        pWeb->EvaluateJavascriptN(res);
     }

Reply via email to