Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 83F54F286 for ; Thu, 25 Apr 2013 17:21:40 +0000 (UTC) Received: (qmail 42035 invoked by uid 500); 25 Apr 2013 17:21:40 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 42008 invoked by uid 500); 25 Apr 2013 17:21:40 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 42000 invoked by uid 99); 25 Apr 2013 17:21:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Apr 2013 17:21:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bowserj@gmail.com designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vc0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Apr 2013 17:21:36 +0000 Received: by mail-vc0-f180.google.com with SMTP id m17so3011573vca.25 for ; Thu, 25 Apr 2013 10:21:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=F1N1t6g5eqA3XQ7VdfXlG9rnoegros2DP53XXN1Dxxs=; b=tOWy72cKCi+VI4/3qVSjhEbZ1SLKT3lNRwWbBVGqjjWjT001+S+HdoX3fKfS/jjlYQ s6dACqE7JYtkduClx/5TT5lSSESVJZvOvkvIz974ZGAoLRZ3R1KnpsiqZb6MNmp9L9WK WNha2t5BPaxE/wsOy9B41NGiHq+lH+HTgOrIWZDxpT/dkg/P1ZErNac87jCuTdm8CjrO AaPvENlhxPm4wLoMEry/gE4sJOBwYqbOVPpK95yT+xmn/qrWwHkysx+aFTELjFi67UWb jg4pmzokv38TYI1g+/PzlpneZ1vdQ6AhnvwpLNVpLgzgHgB6emMfLBde4eZX0UjI9CkS EORA== MIME-Version: 1.0 X-Received: by 10.52.24.45 with SMTP id r13mr24217492vdf.53.1366910475340; Thu, 25 Apr 2013 10:21:15 -0700 (PDT) Received: by 10.220.78.71 with HTTP; Thu, 25 Apr 2013 10:21:15 -0700 (PDT) In-Reply-To: References: Date: Thu, 25 Apr 2013 10:21:15 -0700 Message-ID: Subject: Re: RC version numbers From: Joe Bowser To: dev Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org OK, even though it won't go into 2.7.0rc1, I added the correct version anyway. I do think we need to cut an RC2 before we do a final release, and I'll start up a separate thread for that. On Thu, Apr 25, 2013 at 10:18 AM, Joe Bowser wrote: > That's an accident! The VERSION files should be 2.7.0rc1 > > On Thu, Apr 25, 2013 at 10:15 AM, Andrew Grieve wrote: >> For the JS, we set VERSION = 2.7.0rc1 >> For Android's Device.java, we set VERSION = 2.7.0 (no rc1). >> >> Perhaps not a huge deal, but I just want to get clear on this before >> automating the instructions on the wiki via scripts. >> >> Probably from now on we should put the "rc1" on all release candidates, yes?