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 2013/02/04 21:58:55 UTC

[2/3] git commit: update version in Device.cs

update version in Device.cs


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

Branch: refs/heads/master
Commit: ebf0bca2f202ea57fa594d663226575a9dd573d3
Parents: 7a3497b
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Feb 4 12:50:29 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Feb 4 12:50:29 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/ebf0bca2/templates/standalone/cordovalib/Commands/Device.cs
----------------------------------------------------------------------
diff --git a/templates/standalone/cordovalib/Commands/Device.cs b/templates/standalone/cordovalib/Commands/Device.cs
index f970401..c07c6f1 100644
--- a/templates/standalone/cordovalib/Commands/Device.cs
+++ b/templates/standalone/cordovalib/Commands/Device.cs
@@ -73,7 +73,7 @@ namespace WPCordovaClassLib.Cordova.Commands
             get
             {
                 // TODO: should be able to dynamically read the Cordova version from somewhere...
-                return "2.4.0rc2";
+                return "2.4.0";
             }
         }