Bump version and revision.
diff --git a/glslang/Include/revision.h b/glslang/Include/revision.h
index 76129f8..dd6c8da 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 3216
+#define GLSLANG_PATCH_LEVEL 3226
diff --git a/glslang/Public/ShaderLang.h b/glslang/Public/ShaderLang.h
index d6b0bc9..33f05e2 100755
--- a/glslang/Public/ShaderLang.h
+++ b/glslang/Public/ShaderLang.h
@@ -68,7 +68,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 11
+#define GLSLANG_MINOR_VERSION 12
 
 //
 // Call before doing any other compiler/linker operations.