summaryrefslogtreecommitdiff
path: root/tests/src/X.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/X.c')
-rw-r--r--tests/src/X.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/X.c b/tests/src/X.c
index cd4511b8..5621e3b7 100644
--- a/tests/src/X.c
+++ b/tests/src/X.c
@@ -249,7 +249,7 @@ main (int argc, char **argv)
xorg_version = g_key_file_get_string (config, "test-xserver-config", "version", NULL);
if (!xorg_version)
- xorg_version = g_strdup ("1.16.0");
+ xorg_version = g_strdup ("1.17.0");
tokens = g_strsplit (xorg_version, ".", -1);
xorg_version_major = g_strv_length (tokens) > 0 ? atoi (tokens[0]) : 0;
xorg_version_minor = g_strv_length (tokens) > 1 ? atoi (tokens[1]) : 0;