From 217bd082c6865d41b5ebfd3677e812dd989aebd0 Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Tue, 26 Oct 2004 21:17:50 +0000 Subject: [PATCH] Update shell32's version to WinXP level. --- dlls/shell32/tests/shellpath.c | 2 -- dlls/shell32/version.h | 8 ++++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dlls/shell32/tests/shellpath.c b/dlls/shell32/tests/shellpath.c index d6de3ec68dc..6c9503219fe 100644 --- a/dlls/shell32/tests/shellpath.c +++ b/dlls/shell32/tests/shellpath.c @@ -784,8 +784,6 @@ static void doChild(const char *arg) * Some APIs unrelated to the ones under test may fail, but I expect they're * covered by other unit tests; I just print out something about failure to * help trace what's going on. - * FIXME: this is basically a no-op under Wine, since it only reports shell32 - * version 4.72. */ static void testNonExistentPath(void) { diff --git a/dlls/shell32/version.h b/dlls/shell32/version.h index 6b58fe8b8e3..1c8c481dc0d 100644 --- a/dlls/shell32/version.h +++ b/dlls/shell32/version.h @@ -18,11 +18,11 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define WINE_FILEVERSION_MAJOR 4 -#define WINE_FILEVERSION_MINOR 72 -#define WINE_FILEVERSION_BUILD 3110 +#define WINE_FILEVERSION_MAJOR 6 +#define WINE_FILEVERSION_MINOR 0 +#define WINE_FILEVERSION_BUILD 2600 #define WINE_FILEVERSION_PLATFORMID 1 /* FIXME: when libs/wpp gets fixed to support concatenation we can remove * this and define it in version.rc */ -#define WINE_FILEVERSION "4.72.3110.1" +#define WINE_FILEVERSION "6.0.2600.1"