v133: eliminate version from extension properties
diff --git a/icd/nulldrv/nulldrv.c b/icd/nulldrv/nulldrv.c
index bf1c64b..0e42c8a 100644
--- a/icd/nulldrv/nulldrv.c
+++ b/icd/nulldrv/nulldrv.c
@@ -45,8 +45,7 @@
 static const VkExtensionProperties intel_gpu_exts[NULLDRV_EXT_COUNT] = {
     {
         .extName = VK_WSI_LUNARG_EXTENSION_NAME,
-        .version = VK_WSI_LUNARG_REVISION,
-        .specVersion = VK_API_VERSION,
+        .specVersion = ,VK_WSI_LUNARG_REVISION,
     }
 };