diff --git a/programs/winetest/main.c b/programs/winetest/main.c index b7ff0034ca0..f743ffc20e2 100644 --- a/programs/winetest/main.c +++ b/programs/winetest/main.c @@ -482,7 +482,7 @@ run_tests (char *logname) report (R_FATAL, "Could not create directory: %s", tempdir); report (R_DIR, tempdir); - xprintf ("Version 3\n"); + xprintf ("Version 4\n"); strres = extract_rcdata (MAKEINTRESOURCE(WINE_BUILD), STRINGRES, &strsize); xprintf ("Tests from build "); if (strres) xprintf ("%.*s", strsize, strres);