update MSI version to reflect win2k

Aric Stewart aric at codeweavers.com
Wed Jul 14 08:57:47 CDT 2004


Update the MSI version to be the same as on win2k since that is the 
version i am targeting.


-aric
-------------- next part --------------
Index: dlls/msi/version.rc
===================================================================
RCS file: /home/wine/wine/dlls/msi/version.rc,v
retrieving revision 1.1
diff -u -w -r1.1 version.rc
--- dlls/msi/version.rc	18 May 2004 20:41:47 -0000	1.1
+++ dlls/msi/version.rc	14 Jul 2004 13:56:20 -0000
@@ -18,10 +18,10 @@
 
 #define WINE_FILEDESCRIPTION_STR "Wine MSI dll"
 #define WINE_FILENAME_STR "msi.dll"
-#define WINE_FILEVERSION 2,0,1600,1106
-#define WINE_FILEVERSION_STR "2.0.1600.1106"
-#define WINE_PRODUCTVERSION 2,0,1600,1106
-#define WINE_PRODUCTVERSION_STR "2.0"
+#define WINE_FILEVERSION 2,0,2600,0
+#define WINE_FILEVERSION_STR "2.0.2600.0"
+#define WINE_PRODUCTVERSION 2,0,2600,0
+#define WINE_PRODUCTVERSION_STR "2.0.2600.0"
 #define WINE_PRODUCTNAME_STR "MSI Installer"
 
 #include "wine/wine_common_ver.rc"


More information about the wine-patches mailing list