misc: Use XGL_API_VERSION instead of hard coded value
diff --git a/tests/blit_tests.cpp b/tests/blit_tests.cpp
index ae5d32b..258a85a 100644
--- a/tests/blit_tests.cpp
+++ b/tests/blit_tests.cpp
@@ -107,7 +107,7 @@
     app_.appVersion = 1;
     app_.pEngineName = "xgl_testing";
     app_.engineVersion = 1;
-    app_.apiVersion = XGL_MAKE_VERSION(0, 22, 0);
+    app_.apiVersion = XGL_API_VERSION;
 }
 
 bool Environment::parse_args(int argc, char **argv)