Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B820D69F for ; Mon, 26 Nov 2012 20:30:53 +0000 (UTC) Received: (qmail 17872 invoked by uid 500); 26 Nov 2012 20:30:53 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 17832 invoked by uid 500); 26 Nov 2012 20:30:53 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 17825 invoked by uid 99); 26 Nov 2012 20:30:53 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 20:30:53 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 126A0319FFD; Mon, 26 Nov 2012 20:30:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org X-Mailer: ASF-Git Admin Mailer Subject: ios commit: Updated version to 2.3.0rc1 Message-Id: <20121126203053.126A0319FFD@tyr.zones.apache.org> Date: Mon, 26 Nov 2012 20:30:53 +0000 (UTC) Updated Branches: refs/heads/master c1eb09f6c -> 72156c035 Updated version to 2.3.0rc1 Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/72156c03 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/72156c03 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/72156c03 Branch: refs/heads/master Commit: 72156c0353aed0897f01241f6657e89d5d993764 Parents: c1eb09f Author: Shazron Abdullah Authored: Mon Nov 26 12:30:45 2012 -0800 Committer: Shazron Abdullah Committed: Mon Nov 26 12:30:45 2012 -0800 ---------------------------------------------------------------------- CordovaLib/Classes/CDVAvailability.h | 3 ++- CordovaLib/VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/72156c03/CordovaLib/Classes/CDVAvailability.h ---------------------------------------------------------------------- diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h index 0db4c5d..d2e7f1b 100644 --- a/CordovaLib/Classes/CDVAvailability.h +++ b/CordovaLib/Classes/CDVAvailability.h @@ -34,6 +34,7 @@ #define __CORDOVA_2_0_0 20000 #define __CORDOVA_2_1_0 20100 #define __CORDOVA_2_2_0 20200 +#define __CORDOVA_2_3_0 20300 #define __CORDOVA_NA 99999 /* not available */ /* @@ -44,7 +45,7 @@ #endif */ #ifndef CORDOVA_VERSION_MIN_REQUIRED - #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_2_0 + #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_2_3_0 #endif /* http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/72156c03/CordovaLib/VERSION ---------------------------------------------------------------------- diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION index e3a4f19..2d1f1e8 100644 --- a/CordovaLib/VERSION +++ b/CordovaLib/VERSION @@ -1 +1 @@ -2.2.0 \ No newline at end of file +2.3.0rc1 \ No newline at end of file