Version bumps

Vincent Béron vberon at mecano.gme.usherb.ca
Tue Apr 15 15:39:32 CDT 2003


This might conflict with Andreas' change. I'll repost from an updated 
CVS depending on which one is applied first.

Changelog:
Change the version of win2k to SP3.
Add values of XP according to a post by Philipp Wollermann.

Vincent
-------------- next part --------------
Index: wine/misc/version.c
===================================================================
RCS file: /home/wine/wine/misc/version.c,v
retrieving revision 1.65
diff -u -r1.65 wine/misc/version.c
--- wine/misc/version.c	30 Mar 2003 03:08:13 -0000	1.65
+++ wine/misc/version.c	15 Apr 2003 20:36:49 -0000
@@ -166,8 +166,8 @@
         0x08930005,
         {
             sizeof(OSVERSIONINFOA), 5, 0, 0x893,
-            VER_PLATFORM_WIN32_NT, "Service Pack 2",
-	    2, 0, 0, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */
+            VER_PLATFORM_WIN32_NT, "Service Pack 3",
+	    3, 0, 0, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */
         }
     },
     /* WINXP */
@@ -176,8 +176,8 @@
         0x0A280105,
         {
             sizeof(OSVERSIONINFOA), 5, 1, 0xA28,
-            VER_PLATFORM_WIN32_NT, "",
-	    0, 0, 0, VER_NT_WORKSTATION, 0 /* FIXME: Verify last 5 values */
+            VER_PLATFORM_WIN32_NT, "Service Pack 1",
+	    1, 0, VER_SUITE_SINGLEUSERTS, VER_NT_WORKSTATION, 30 /* FIXME: Great, a reserved field with a value! */
         }
     }
 };


More information about the wine-patches mailing list