misc: Use XGL_API_VERSION instead of hard coded value
diff --git a/tests/xglrenderframework.h b/tests/xglrenderframework.h
index ff6923f..42fcbfc 100644
--- a/tests/xglrenderframework.h
+++ b/tests/xglrenderframework.h
@@ -94,7 +94,7 @@
         this->app_info.appVersion = 1;
         this->app_info.pEngineName = "unittest";
         this->app_info.engineVersion = 1;
-        this->app_info.apiVersion = XGL_MAKE_VERSION(0, 22, 0);
+        this->app_info.apiVersion = XGL_API_VERSION;
 
         InitFramework();
     }