From 1879eaa907430b1ffc28f71f16dded21d39944ad Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Fri, 2 Mar 2007 19:09:35 +0100 Subject: [PATCH] programs/winetest: Raise fileversion. --- programs/winetest/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);