From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rz4Mc-0000FY-Cf for qemu-devel@nongnu.org; Sun, 19 Feb 2012 05:51:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rz4Ma-0002pY-OG for qemu-devel@nongnu.org; Sun, 19 Feb 2012 05:51:30 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:43425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rz4Ma-0002pK-Ih for qemu-devel@nongnu.org; Sun, 19 Feb 2012 05:51:28 -0500 Message-ID: <4F40D42D.4020608@weilnetz.de> Date: Sun, 19 Feb 2012 11:51:25 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1329609944.90569.YahooMailClassic@web110415.mail.gq1.yahoo.com> In-Reply-To: <1329609944.90569.YahooMailClassic@web110415.mail.gq1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [patch] qemu-1.0.1/VERSION List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Justin M. Forbes" Cc: Kenneth Salerno , qemu-devel@nongnu.org Am 19.02.2012 01:05, schrieb Kenneth Salerno: > Hello, > > The VERSION file in stable release qemu-1.0.1 has what I believe might be a typo: "1.0,1" rather than "1.0.1". This is causing a parsing issue for windres.exe in Win32 which chokes on: > #define CONFIG_FILEVERSION 1,0,1,0,1,0 > #define CONFIG_PRODUCTVERSION 1,0,1,0,1,0 > > when it should be seeing this: > #define CONFIG_FILEVERSION 1,0,1,0 > #define CONFIG_PRODUCTVERSION 1,0,1,0 > > > Patch: > --- VERSION.ORIG 2012-02-18 18:56:16.625000000 -0500 > +++ VERSION 2012-02-18 18:56:31.609375000 -0500 > @@ -1 +1 @@ > -1.0,1 > +1.0.1 Acked-by: Stefan Weil