]> xenbits.xensource.com Git - qemu-upstream-4.2-testing.git/commitdiff
qemu-1.0.1/VERSION
authorKenneth Salerno <kennethsalerno@yahoo.com>
Sun, 19 Feb 2012 00:05:44 +0000 (16:05 -0800)
committerJustin M. Forbes <jforbes@redhat.com>
Sun, 19 Feb 2012 22:31:27 +0000 (16:31 -0600)
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 <jforbes@redhat.com>
VERSION

diff --git a/VERSION b/VERSION
index b70c2927d03d646d469f619d3e956b85d4345472..7dea76edb3dc51b6e5e8223e9f941a35c1e364d6 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0,1
+1.0.1