diff --git a/glslang/Include/revision.h b/glslang/Include/revision.h
index f57fb1ce513d4341f3367a0a18a672be74aa6eda..1304c938bd7951111fb2502fe3834e288fda77ea 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 2888
+#define GLSLANG_PATCH_LEVEL 2892
diff --git a/glslang/Public/ShaderLang.h b/glslang/Public/ShaderLang.h
index 585202460241a6f214940a21f766ce3f64a0b1b0..21800aa19accec3a760cb21b40dbcc0fc3c11092 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 9
+#define GLSLANG_MINOR_VERSION 10
 
 //
 // Call before doing any other compiler/linker operations.