Commit 6e638d82 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

shell32: Update version information to match XP values.

parent b6dc726b
...@@ -457,9 +457,14 @@ IDR_AVI_FILEDELETE AVI searching.avi ...@@ -457,9 +457,14 @@ IDR_AVI_FILEDELETE AVI searching.avi
/* @makedep: AUTHORS */ /* @makedep: AUTHORS */
AUTHORS RCDATA AUTHORS AUTHORS RCDATA AUTHORS
#include "version.h" /* please keep in sync with version.h values */
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define WINE_FILENAME_STR "shell32.dll" #define WINE_FILENAME_STR "shell32.dll"
#define WINE_FILEVERSION 6,0,2900,6242
#define WINE_FILEVERSION_STR "6.0.2900.6242"
#define WINE_PRODUCTVERSION 6,0,2900,6242
#define WINE_PRODUCTVERSION_STR "6.0.2900.6242"
#define WINE_EXTRAVALUES VALUE "OLESelfRegister","" #define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
#include "wine/wine_common_ver.rc" #include "wine/wine_common_ver.rc"
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#define WINE_FILEVERSION_MAJOR 5 /* please keep in sync with shell32.rc values */
#define WINE_FILEVERSION_MAJOR 6
#define WINE_FILEVERSION_MINOR 0 #define WINE_FILEVERSION_MINOR 0
#define WINE_FILEVERSION_BUILD 3900 #define WINE_FILEVERSION_BUILD 2900
#define WINE_FILEVERSION_PLATFORMID 6975 #define WINE_FILEVERSION_PLATFORMID 6242
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment