qemu-devel
[Top][All Lists]
Advanced

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

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


From: Kenneth Salerno
Subject: [Qemu-devel] [patch] qemu-1.0.1/VERSION
Date: Sat, 18 Feb 2012 16:05:44 -0800 (PST)

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




reply via email to

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