Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C0C04D30D for ; Sat, 25 Aug 2012 00:42:17 +0000 (UTC) Received: (qmail 41067 invoked by uid 500); 25 Aug 2012 00:42:17 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 41030 invoked by uid 500); 25 Aug 2012 00:42:17 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 41000 invoked by uid 99); 25 Aug 2012 00:42:17 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Aug 2012 00:42:17 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 419FA1FF63; Sat, 25 Aug 2012 00:42:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [3/21] wp7 commit: updated Device.cs for 2.1.0rc1 Message-Id: <20120825004217.419FA1FF63@tyr.zones.apache.org> Date: Sat, 25 Aug 2012 00:42:17 +0000 (UTC) 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 Authored: Fri Aug 24 16:18:15 2012 -0700 Committer: Jesse MacFadyen 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"; } }