Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5CA13200B5E for ; Wed, 27 Jul 2016 03:04:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5B4D4160AA5; Wed, 27 Jul 2016 01:04:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8D7CD160AAB for ; Wed, 27 Jul 2016 03:04:21 +0200 (CEST) Received: (qmail 1189 invoked by uid 500); 27 Jul 2016 01:04:20 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 911 invoked by uid 99); 27 Jul 2016 01:04:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2016 01:04:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7C949E78B5; Wed, 27 Jul 2016 01:04:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Wed, 27 Jul 2016 01:04:28 -0000 Message-Id: <3c7efffaff7a49559795bb0115cbc196@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [09/12] ios commit: CB-11627 updated CDVAvailability.h with new version archived-at: Wed, 27 Jul 2016 01:04:22 -0000 CB-11627 updated CDVAvailability.h with new version Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/c98cb32c Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/c98cb32c Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/c98cb32c Branch: refs/heads/4.2.x Commit: c98cb32cfc222dbeb9a6c9c5e9e5e491de0b0141 Parents: b662c78 Author: Steve Gill Authored: Tue Jul 26 11:49:48 2016 -0700 Committer: Steve Gill Committed: Tue Jul 26 16:25:27 2016 -0700 ---------------------------------------------------------------------- CordovaLib/Classes/Public/CDVAvailability.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/c98cb32c/CordovaLib/Classes/Public/CDVAvailability.h ---------------------------------------------------------------------- diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h index cbce52e..10d6d50 100644 --- a/CordovaLib/Classes/Public/CDVAvailability.h +++ b/CordovaLib/Classes/Public/CDVAvailability.h @@ -63,6 +63,7 @@ #define __CORDOVA_4_1_0 40100 #define __CORDOVA_4_1_1 40101 #define __CORDOVA_4_2_0 40200 +#define __CORDOVA_4_2_1 40201 /* coho:next-version,insert-before */ #define __CORDOVA_NA 99999 /* not available */ @@ -75,7 +76,7 @@ */ #ifndef CORDOVA_VERSION_MIN_REQUIRED /* coho:next-version-min-required,replace-after */ - #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_2_0 + #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_2_1 #endif /* --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org