summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-09-09 18:20:57 +0200
committerAlexander Larsson <alexl@redhat.com>2010-09-09 18:26:12 +0200
commited9f3ffb9deb96b8aca3dbac62523f58bc434524 (patch)
tree29a051cebf90aa7494a270dd6c9fb4cc977a8ea3
parente6b08d7efcb7157924173e43a555adab966b3eac (diff)
Sync dll version with inf file
It seems we bumped the inf file version without changing the version encoded in the dll.
-rw-r--r--display/driver.rc4
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."