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/04/30 23:59:38 UTC

bada commit: updating version to 1.7.0

Updated Branches:
  refs/heads/master ff9b99bc5 -> 1edff69a0


updating version to 1.7.0


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

Branch: refs/heads/master
Commit: 1edff69a0f199e21ebc7c1b11175949897c121bc
Parents: ff9b99b
Author: Anis Kadri <an...@gmail.com>
Authored: Mon Apr 30 14:59:33 2012 -0700
Committer: Anis Kadri <an...@gmail.com>
Committed: Mon Apr 30 14:59:33 2012 -0700

----------------------------------------------------------------------
 VERSION        |    3 +--
 src/Device.cpp |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/blob/1edff69a/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index e07cf32..bd8bf88 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1 @@
-1.7.0rc1
-
+1.7.0

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