From: Kenneth Salerno Date: Sun, 19 Feb 2012 00:05:44 +0000 (-0800) Subject: qemu-1.0.1/VERSION X-Git-Tag: qemu-xen-4.2.0~37 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=be94aaec72dbacd0d948946ebab482864454b8ff;p=qemu-upstream-4.2-testing.git qemu-1.0.1/VERSION 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: Signed-off-by: Justin M. Forbes --- diff --git a/VERSION b/VERSION index b70c2927d..7dea76edb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0,1 +1.0.1