Stefan Leichter : msi: Update version resource.

Alexandre Julliard julliard at winehq.org
Mon Jan 30 14:05:58 CST 2012


Module: wine
Branch: master
Commit: f3caa7684695edb2aab932bd2987ff8f55af5932
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f3caa7684695edb2aab932bd2987ff8f55af5932

Author: Stefan Leichter <Stefan.Leichter at camline.com>
Date:   Mon Jan 30 14:27:39 2012 +0100

msi: Update version resource.

---

 dlls/msi/msi.rc          |    8 ++++----
 programs/msiexec/rsrc.rc |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dlls/msi/msi.rc b/dlls/msi/msi.rc
index f58de7e..fd67807 100644
--- a/dlls/msi/msi.rc
+++ b/dlls/msi/msi.rc
@@ -77,9 +77,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 
 #define WINE_FILEDESCRIPTION_STR "Wine MSI dll"
 #define WINE_FILENAME_STR "msi.dll"
-#define WINE_FILEVERSION 4,5,6001,22159
-#define WINE_FILEVERSION_STR "4.5.6001.22159"
-#define WINE_PRODUCTVERSION 4,5,6001,22159
-#define WINE_PRODUCTVERSION_STR "4.5.6001.22159"
+#define WINE_FILEVERSION 4,5,6001,22299
+#define WINE_FILEVERSION_STR "4.5.6001.22299"
+#define WINE_PRODUCTVERSION 4,5,6001,22299
+#define WINE_PRODUCTVERSION_STR "4.5.6001.22299"
 
 #include "wine/wine_common_ver.rc"
diff --git a/programs/msiexec/rsrc.rc b/programs/msiexec/rsrc.rc
index 2594c51..b9994ef 100644
--- a/programs/msiexec/rsrc.rc
+++ b/programs/msiexec/rsrc.rc
@@ -21,10 +21,10 @@
 #define WINE_FILEDESCRIPTION_STR "Wine Installer"
 #define WINE_FILENAME_STR "msiexec.exe"
 #define WINE_FILETYPE VFT_APP
-#define WINE_FILEVERSION 3,1,4000,1823
-#define WINE_FILEVERSION_STR "3.1.4000.1823"
-#define WINE_PRODUCTVERSION 3,1,4000,1823
-#define WINE_PRODUCTVERSION_STR "3.1.4000.1823"
+#define WINE_FILEVERSION 4,5,6001,22299
+#define WINE_FILEVERSION_STR "4.5.6001.22299"
+#define WINE_PRODUCTVERSION 4,5,6001,22299
+#define WINE_PRODUCTVERSION_STR "4.5.6001.22299"
 #define WINE_PRODUCTNAME_STR "Wine Installer"
 
 #include "wine/wine_common_ver.rc"




More information about the wine-cvs mailing list