From 999b48d8b5f05b243adc7409c5d3729924c71c1f Mon Sep 17 00:00:00 2001 From: Stefan Leichter Date: Tue, 1 Aug 2006 22:53:25 +0200 Subject: [PATCH] shell32: Fix the file version string of the version resource. --- dlls/shell32/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shell32/version.h b/dlls/shell32/version.h index 2f9a3f91c27..cd0d8dbb9c7 100644 --- a/dlls/shell32/version.h +++ b/dlls/shell32/version.h @@ -25,4 +25,4 @@ /* FIXME: when libs/wpp gets fixed to support concatenation we can remove * this and define it in version.rc */ -#define WINE_FILEVERSION "5.0.3900.6975" +#define WINE_FILEVERSION_STR "5.0.3900.6975"