From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Peter 'Luna' Runestig" Newsgroups: gmane.emacs.devel Subject: nt/emacs.rc has wrong version in CVS (again) Date: Thu, 12 Feb 2004 17:41:08 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <402BACA4.70507@runestig.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1076605698 32423 80.91.224.253 (12 Feb 2004 17:08:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Feb 2004 17:08:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Feb 12 18:08:04 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ArKJn-0005H3-00 for ; Thu, 12 Feb 2004 18:08:03 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ArKJn-0003hp-00 for ; Thu, 12 Feb 2004 18:08:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ArJzp-0000GK-RS for emacs-devel@quimby.gnus.org; Thu, 12 Feb 2004 11:47:25 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ArJuW-0007aN-Qa for emacs-devel@gnu.org; Thu, 12 Feb 2004 11:41:56 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ArJtv-0007Pp-Pt for emacs-devel@gnu.org; Thu, 12 Feb 2004 11:41:51 -0500 Original-Received: from [62.108.199.166] (helo=arthur.runestig.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1ArJto-0007Ol-WC for emacs-devel@gnu.org; Thu, 12 Feb 2004 11:41:13 -0500 Original-Received: from runestig.com (boll-ras104.datavis.se [10.11.17.104]) by arthur.runestig.com (8.12.10/8.12.10) with ESMTP id i1CGfA21013800 for ; Thu, 12 Feb 2004 17:41:10 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030809 X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19888 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19888 Hi! The following patch was commited 2002-09-03, as version 1.6. But something has happened, and it's back to "21.2.50.0". Looking at the CVS history doesn't give (me) a clue... Cheers, - Peter -------- Original Message -------- Subject: nt/emacs.rc has wrong version in CVS Date: 03 Sep 2002 08:19:52 +0200 From: Peter 'Luna' Runestig To: bug-gnu-emacs@gnu.org The splash screen (now more persistent than before) tells me it's version 21.3.50.1. diff -ur emacs-cvs.orig/nt/emacs.rc emacs-cvs.info/nt/emacs.rc --- emacs-cvs.orig/nt/emacs.rc Mon Feb 18 00:03:38 2002 +++ emacs-cvs.info/nt/emacs.rc Thu Aug 29 11:49:18 2002 @@ -5,8 +5,8 @@ #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 21,2,50,0 - PRODUCTVERSION 21,2,50,0 + FILEVERSION 21,3,50,1 + PRODUCTVERSION 21,3,50,1 FILEFLAGSMASK 0x3FL #ifdef EMACSDEBUG FILEFLAGS 0x1L @@ -23,12 +23,12 @@ BEGIN VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GNU Emacs for Windows NT/95/98/2000/ME/XP\0" - VALUE "FileVersion", "21, 2, 50, 0\0" + VALUE "FileVersion", "21, 3, 50, 1\0" VALUE "InternalName", "Emacs\0" VALUE "LegalCopyright", "Copyright (C) 2002\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs: The extensible self-documenting text editor\0" - VALUE "ProductVersion", "21, 2, 50, 0\0" + VALUE "ProductVersion", "21, 3, 50, 1\0" VALUE "OLESelfRegister", "\0" END END