shell32: Update version information to match XP values.

This commit is contained in:
Dmitry Timoshkov 2015-03-23 10:20:59 +08:00 committed by Alexandre Julliard
parent b6dc726bbd
commit 6e638d824b
2 changed files with 10 additions and 4 deletions

View File

@ -457,9 +457,14 @@ IDR_AVI_FILEDELETE AVI searching.avi
/* @makedep: 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_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",""
#include "wine/wine_common_ver.rc"

View File

@ -18,7 +18,8 @@
* 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_BUILD 3900
#define WINE_FILEVERSION_PLATFORMID 6975
#define WINE_FILEVERSION_BUILD 2900
#define WINE_FILEVERSION_PLATFORMID 6242