[Spice-devel] [PATCH 3/3] Sync dll version with inf file

alexl at redhat.com alexl at redhat.com
Thu Sep 9 09:41:00 PDT 2010


From: Alexander Larsson <alexl at redhat.com>

It seems we bumped the inf file version without changing the version
encoded in the dll.
---
 display/driver.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/display/driver.rc b/display/driver.rc
index 20b0f4f..e5ebfa2 100644
--- a/display/driver.rc
+++ b/display/driver.rc
@@ -16,12 +16,12 @@
 #define VER_FILEDESCRIPTION_STR     "Red Hat QXL Display Driver"
 #define VER_INTERNALNAME_STR        "qxldd.dll"
 #define VER_ORIGINALFILENAME_STR    VER_INTERNALNAME_STR
-#define VER_FILEVERSION_STR         "1.3.0.0"
+#define VER_FILEVERSION_STR         "1.4.0.0"
 #define VER_PRODUCTNAME_STR         "Spice"
 #define VER_PRODUCTVERSION_STR      VER_FILEVERSION_STR
 
 #undef  VER_PRODUCTVERSION
-#define VER_PRODUCTVERSION           1,3,0,0
+#define VER_PRODUCTVERSION           1,4,0,0
 
 #define VER_COMPANYNAME_STR         "Red Hat Inc."
 #define VER_LEGALCOPYRIGHT_STR      "© Red Hat Inc. All rights reserved."
-- 
1.7.0.1



More information about the Spice-devel mailing list