qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [patch] qemu-1.0.1/VERSION


From: Stefan Weil
Subject: Re: [Qemu-devel] [patch] qemu-1.0.1/VERSION
Date: Sun, 19 Feb 2012 11:51:25 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.27) Gecko/20120216 Thunderbird/3.1.19

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 <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]