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 2012/06/12 23:35:17 UTC

bada commit: updating version to 1.8.1

Updated Branches:
  refs/heads/master 46da4e163 -> 1c11e751f


updating version to 1.8.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/1c11e751
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/tree/1c11e751
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/diff/1c11e751

Branch: refs/heads/master
Commit: 1c11e751f3f15c786a4da414a4059b4bb237fc26
Parents: 46da4e1
Author: Anis Kadri <an...@gmail.com>
Authored: Tue Jun 12 14:35:01 2012 -0700
Committer: Anis Kadri <an...@gmail.com>
Committed: Tue Jun 12 14:35:01 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/1c11e751/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 27f9cd3..a8fdfda 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.0
+1.8.1

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