Commit 217bd082 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

Update shell32's version to WinXP level.

parent 50e67ce5
...@@ -784,8 +784,6 @@ static void doChild(const char *arg) ...@@ -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 * 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 * covered by other unit tests; I just print out something about failure to
* help trace what's going on. * 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) static void testNonExistentPath(void)
{ {
......
...@@ -18,11 +18,11 @@ ...@@ -18,11 +18,11 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#define WINE_FILEVERSION_MAJOR 4 #define WINE_FILEVERSION_MAJOR 6
#define WINE_FILEVERSION_MINOR 72 #define WINE_FILEVERSION_MINOR 0
#define WINE_FILEVERSION_BUILD 3110 #define WINE_FILEVERSION_BUILD 2600
#define WINE_FILEVERSION_PLATFORMID 1 #define WINE_FILEVERSION_PLATFORMID 1
/* FIXME: when libs/wpp gets fixed to support concatenation we can remove /* FIXME: when libs/wpp gets fixed to support concatenation we can remove
* this and define it in version.rc */ * this and define it in version.rc */
#define WINE_FILEVERSION "4.72.3110.1" #define WINE_FILEVERSION "6.0.2600.1"
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