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 A448E90E7 for ; Fri, 23 Mar 2012 11:22:05 +0000 (UTC) Received: (qmail 15792 invoked by uid 500); 23 Mar 2012 11:22:05 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 15778 invoked by uid 500); 23 Mar 2012 11:22:05 -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 15769 invoked by uid 99); 23 Mar 2012 11:22:05 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2012 11:22:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5676D8951; Fri, 23 Mar 2012 11:22:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: ios commit: Added 1.6.0 constants Message-Id: <20120323112205.5676D8951@tyr.zones.apache.org> Date: Fri, 23 Mar 2012 11:22:05 +0000 (UTC) Updated Branches: refs/heads/master 20e5d40b5 -> e10edaaef Added 1.6.0 constants Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/e10edaae Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/e10edaae Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/e10edaae Branch: refs/heads/master Commit: e10edaaef564ef05495956916c4a2fe01ccecb20 Parents: 20e5d40 Author: Shazron Abdullah Authored: Fri Mar 23 04:21:57 2012 -0700 Committer: Shazron Abdullah Committed: Fri Mar 23 04:21:57 2012 -0700 ---------------------------------------------------------------------- CordovaLib/Classes/CDVAvailability.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/e10edaae/CordovaLib/Classes/CDVAvailability.h ---------------------------------------------------------------------- diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h index ea643ff..fa77ad1 100644 --- a/CordovaLib/Classes/CDVAvailability.h +++ b/CordovaLib/Classes/CDVAvailability.h @@ -25,6 +25,7 @@ #define __CORDOVA_1_4_0 10400 #define __CORDOVA_1_4_1 10401 #define __CORDOVA_1_5_0 10500 +#define __CORDOVA_1_6_0 10500 #define __CORDOVA_NA 99999 /* not available */ @@ -36,7 +37,7 @@ #endif */ #ifndef CORDOVA_VERSION_MIN_REQUIRED - #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_1_5_0 + #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_1_6_0 #endif /*