summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaniv Kamay <ykamay@redhat.com>2009-11-04 13:19:01 +0200
committerYaniv Kamay <ykamay@redhat.com>2009-11-04 13:19:01 +0200
commited3425253a330e167a6bc1b70c7fde6e4fc8470d (patch)
treecfdbc69ae41b9531cc4b3e50767019392ff83b6c
parent79ab77ee4247858d44674efe38e9c9859a682b94 (diff)
change version to 1.3
-rw-r--r--display/driver.rc6
-rw-r--r--miniport/qxl.inf2
-rw-r--r--miniport/qxl.rc6
3 files changed, 7 insertions, 7 deletions
diff --git a/display/driver.rc b/display/driver.rc
index 1e3821a..20b0f4f 100644
--- a/display/driver.rc
+++ b/display/driver.rc
@@ -16,14 +16,14 @@
#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.1.0.0"
+#define VER_FILEVERSION_STR "1.3.0.0"
#define VER_PRODUCTNAME_STR "Spice"
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
#undef VER_PRODUCTVERSION
-#define VER_PRODUCTVERSION 1,1,0,0
+#define VER_PRODUCTVERSION 1,3,0,0
#define VER_COMPANYNAME_STR "Red Hat Inc."
#define VER_LEGALCOPYRIGHT_STR "© Red Hat Inc. All rights reserved."
-#include "common.ver" \ No newline at end of file
+#include "common.ver"
diff --git a/miniport/qxl.inf b/miniport/qxl.inf
index ccb8524..6bea991 100644
--- a/miniport/qxl.inf
+++ b/miniport/qxl.inf
@@ -3,7 +3,7 @@
[Version]
Signature = "$CHICAGO$"
-DriverVer = 10/19/2009,1.1.0.0
+DriverVer = 10/19/2009,1.3.0.0
Provider = %RHAT%
Class = Display
ClassGUID = {4d36e968-e325-11ce-bfc1-08002be10318}
diff --git a/miniport/qxl.rc b/miniport/qxl.rc
index a73c6c1..a583316 100644
--- a/miniport/qxl.rc
+++ b/miniport/qxl.rc
@@ -16,12 +16,12 @@
#define VER_FILEDESCRIPTION_STR "Red Hat QXL Display Driver"
#define VER_INTERNALNAME_STR "qxl.sys"
#define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
-#define VER_FILEVERSION_STR "1.1.0.0"
+#define VER_FILEVERSION_STR "1.3.0.0"
#define VER_PRODUCTNAME_STR "Spice"
-#define VER_PRODUCTVERSION_STR "1.1.0.0"
+#define VER_PRODUCTVERSION_STR "1.3.0.0"
#undef VER_PRODUCTVERSION
-#define VER_PRODUCTVERSION 1,1,0,0
+#define VER_PRODUCTVERSION 1,3,0,0
#define VER_COMPANYNAME_STR "Red Hat Inc."
#define VER_LEGALCOPYRIGHT_STR "© Red Hat Inc. All rights reserved."