Update shell32's version to WinXP level.

This commit is contained in:
Juan Lang 2004-10-26 21:17:50 +00:00 committed by Alexandre Julliard
parent 50e67ce558
commit 217bd082c6
2 changed files with 4 additions and 6 deletions

View File

@ -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)
{

View File

@ -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"