shell32: Update version information to match XP values.
This commit is contained in:
parent
b6dc726bbd
commit
6e638d824b
|
@ -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 @@
|
||||||
* 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
|
||||||
|
|
Loading…
Reference in New Issue