From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: emacs-version Date: Sat, 21 Apr 2012 16:41:15 -0700 Message-ID: <63991285721C42359F077813121FD615@us.oracle.com> References: <9E79B7F8545448E0B35B0D57A352A951@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1335051698 19335 80.91.229.3 (21 Apr 2012 23:41:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 21 Apr 2012 23:41:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'Juanma Barranquero'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 22 01:41:35 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SLjvr-0004Jf-6h for ged-emacs-devel@m.gmane.org; Sun, 22 Apr 2012 01:41:35 +0200 Original-Received: from localhost ([::1]:59732 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLjvq-0005bM-HP for ged-emacs-devel@m.gmane.org; Sat, 21 Apr 2012 19:41:34 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLjvn-0005b6-Lp for emacs-devel@gnu.org; Sat, 21 Apr 2012 19:41:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLjvm-0006N1-2l for emacs-devel@gnu.org; Sat, 21 Apr 2012 19:41:31 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:50595) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLjvl-0006Mf-Si for emacs-devel@gnu.org; Sat, 21 Apr 2012 19:41:30 -0400 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q3LNfOtf004252 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 21 Apr 2012 23:41:25 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q3LNfNTK020509 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 21 Apr 2012 23:41:24 GMT Original-Received: from abhmt108.oracle.com (abhmt108.oracle.com [141.146.116.60]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q3LNfNPq030378; Sat, 21 Apr 2012 18:41:23 -0500 Original-Received: from dradamslap1 (/10.159.63.181) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sat, 21 Apr 2012 16:41:23 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Ac0gF1QLRWuYLyf4Sa+nVjKftF6RzgAAM9Sg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-CT-RefId: str=0001.0A090203.4F9345A6.0002,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149937 Archived-At: > There's a new branch emacs-24 from which 24.1 will be released. Builds > from that branch currently have emacs-version 24.0.95. So the trunk > was "upgraded" to 24.1.50 to distinguish them. > > The version from the trunk is not really very important. If after 24.1 > is released there's the need to make another release 24.2 from the > emacs-24 branch (because of an urgent security fix, a serious mistake > in the 24.1 release, whatever), the trunk would be upgraded to > 24.2.50. Thanks for the explanation.