Bump minor version.
diff --git a/glslang/Include/revision.h b/glslang/Include/revision.h
index 7f9b5a8..a1acb25 100644
--- a/glslang/Include/revision.h
+++ b/glslang/Include/revision.h
@@ -1,3 +1,3 @@
 // This header is generated by the make-revision script.
 
-#define GLSLANG_PATCH_LEVEL 2988
+#define GLSLANG_PATCH_LEVEL 2992
diff --git a/glslang/Public/ShaderLang.h b/glslang/Public/ShaderLang.h
index 0708829..c5eca4e 100755
--- a/glslang/Public/ShaderLang.h
+++ b/glslang/Public/ShaderLang.h
@@ -70,7 +70,7 @@
 // This should always increase, as some paths to do not consume
 // a more major number.
 // It should increment by one when new functionality is added.
-#define GLSLANG_MINOR_VERSION 10
+#define GLSLANG_MINOR_VERSION 11
 
 //
 // Call before doing any other compiler/linker operations.