Update known conformance version for 1.3.3.0

Components: Vulkan, Framework

Affects:
dEQP-VK.api.driver_properties.conformance_version

Change-Id: Id2a541585bb9bff2c6b929d7b045c2c08fc58db6
diff --git a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp
index e141392..acfe87c 100644
--- a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp
+++ b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp
@@ -50,6 +50,7 @@
 static const VkConformanceVersion knownConformanceVersions[] =
 {
 #ifndef CTS_USES_VULKANSC
+	makeConformanceVersion(1, 3, 3, 0),
 	makeConformanceVersion(1, 3, 2, 0),
 	makeConformanceVersion(1, 3, 1, 1),
 	makeConformanceVersion(1, 3, 1, 0),