From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25251 invoked from network); 2 Feb 2008 11:56:48 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 2 Feb 2008 11:56:48 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 1430 invoked from network); 2 Feb 2008 11:56:38 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 Feb 2008 11:56:38 -0000 Received: (qmail 23982 invoked by alias); 2 Feb 2008 11:56:34 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24524 Received: (qmail 23970 invoked from network); 2 Feb 2008 11:56:33 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 2 Feb 2008 11:56:33 -0000 Received: from mtaout01-winn.ispmail.ntl.com (mtaout01-winn.ispmail.ntl.com [81.103.221.47]) by bifrost.dotsrc.org (Postfix) with ESMTP id 2C28C80482A1 for ; Sat, 2 Feb 2008 12:56:29 +0100 (CET) Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com with ESMTP id <20080202115757.UGBS26662.mtaout01-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com> for ; Sat, 2 Feb 2008 11:57:57 +0000 Received: from pws-pc.ntlworld.com ([81.107.42.63]) by aamtaout02-winn.ispmail.ntl.com with ESMTP id <20080202115735.LLH17393.aamtaout02-winn.ispmail.ntl.com@pws-pc.ntlworld.com> for ; Sat, 2 Feb 2008 11:57:35 +0000 Received: from pws-pc (pws-pc [127.0.0.1]) by pws-pc.ntlworld.com (8.14.2/8.14.2) with ESMTP id m12Bt9jn016558 for ; Sat, 2 Feb 2008 11:55:10 GMT From: Peter Stephenson To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: PATCH: version increment X-Mailer: MH-E 8.0.3; nmh 1.2-20070115cvs; GNU Emacs 22.1.1 Date: Sat, 02 Feb 2008 11:55:09 +0000 Message-ID: <16557.1201953309@pws-pc> X-Virus-Scanned: ClamAV 0.91.2/5650/Sat Feb 2 12:07:00 2008 on bifrost X-Virus-Status: Clean Usually tweak so that patched versions don't get confused with 4.3.5. Index: Config/version.mk =================================================================== RCS file: /cvsroot/zsh/zsh/Config/version.mk,v retrieving revision 1.71 diff -u -r1.71 version.mk --- Config/version.mk 1 Feb 2008 11:31:38 -0000 1.71 +++ Config/version.mk 2 Feb 2008 11:55:37 -0000 @@ -27,5 +27,5 @@ # This must also serve as a shell script, so do not add spaces around the # `=' signs. -VERSION=4.3.5 +VERSION=4.3.5-dev-0 VERSION_DATE='February 1, 2008' -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/