From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Wedler, Christoph" Newsgroups: gmane.emacs.devel Subject: RE: [Suggestion] New function `emacs-version>=' Date: Wed, 7 May 2003 14:11:10 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <67B8CED503F3D511BB9F0008C75DAD66054855D9@dewdfx17> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: main.gmane.org 1052310772 17643 80.91.224.249 (7 May 2003 12:32:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 7 May 2003 12:32:52 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed May 07 14:32:50 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19DO5a-0004WO-00 for ; Wed, 07 May 2003 14:32:02 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19DO9Y-0003Fy-00 for ; Wed, 07 May 2003 14:36:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DNyT-0001WU-04 for emacs-devel@quimby.gnus.org; Wed, 07 May 2003 08:24:41 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19DNtv-0000d4-00 for emacs-devel@gnu.org; Wed, 07 May 2003 08:19:59 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19DNoe-0007tj-00 for emacs-devel@gnu.org; Wed, 07 May 2003 08:14:32 -0400 Original-Received: from smtpde02.sap-ag.de ([155.56.68.170]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19DNlj-0007H7-00; Wed, 07 May 2003 08:11:32 -0400 Original-Received: from sap-ag.de (smtpde02) by smtpde02.sap-ag.de (out) with ESMTP id OAA27779; Wed, 7 May 2003 14:11:44 +0200 (MESZ) Original-To: "'rms@gnu.org'" X-Mailer: Internet Mail Service (5.5.2656.59) X-SAP: out X-SAP: out Original-cc: teirllm@dms.auburn.edu X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13738 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13738 Richard Stallman: > We have no need for minor-minor versions. Whenever we make > a release, we increment at least the minor version number. OK. Remaining questions: - What's the official way to distinguish Emacs-21.2 from the Emacs-21.3 pre-releases (Emacs-21.2.9x)? - What's the official way to distinguish Emacs-21.3 from the current development versions (Emacs-21.3.50.X)? - Christoph