You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/08/25 02:42:17 UTC

[3/21] wp7 commit: updated Device.cs for 2.1.0rc1

updated Device.cs for 2.1.0rc1


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

Branch: refs/heads/master
Commit: 6c1e959c74a650e34ea8d666f6cc7e7c07fa8b3b
Parents: a205a24
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Aug 24 16:18:15 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Aug 24 16:18:15 2012 -0700

----------------------------------------------------------------------
 templates/standalone/cordovalib/Commands/Device.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/6c1e959c/templates/standalone/cordovalib/Commands/Device.cs
----------------------------------------------------------------------
diff --git a/templates/standalone/cordovalib/Commands/Device.cs b/templates/standalone/cordovalib/Commands/Device.cs
index 8fde683..91e8679 100644
--- a/templates/standalone/cordovalib/Commands/Device.cs
+++ b/templates/standalone/cordovalib/Commands/Device.cs
@@ -62,7 +62,7 @@ namespace WP7CordovaClassLib.Cordova.Commands
             get
             {
                 // TODO: should be able to dynamically read the Cordova version from somewhere...
-                return "2.0.0";
+                return "2.1.0rc1";
             }
         }