Updated Branches:
  refs/heads/master a91a8f60b -> dc2699605

updating tizen VERSION


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/dc269960
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/dc269960
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/dc269960

Branch: refs/heads/master
Commit: dc26996057d667e1a8ac6d524918cce0e7078e21
Parents: a91a8f6
Author: Anis Kadri <anis.ka...@gmail.com>
Authored: Tue Sep 11 18:04:18 2012 -0700
Committer: Anis Kadri <anis.ka...@gmail.com>
Committed: Tue Sep 11 18:04:18 2012 -0700

----------------------------------------------------------------------
 lib/tizen/plugin/tizen/Device.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/dc269960/lib/tizen/plugin/tizen/Device.js
----------------------------------------------------------------------
diff --git a/lib/tizen/plugin/tizen/Device.js b/lib/tizen/plugin/tizen/Device.js
index ded3e32..3922bf0 100644
--- a/lib/tizen/plugin/tizen/Device.js
+++ b/lib/tizen/plugin/tizen/Device.js
@@ -8,7 +8,7 @@ function Device() {
     this.version = null;
     this.uuid = null;
     this.name = null;
-    this.cordova = "2.1.0rc2";
+    this.cordova = "2.1.0";
     this.platform = "Tizen";
 
     var me = this;

Reply via email to