diff --git a/glslang/Public/ShaderLang.h b/glslang/Public/ShaderLang.h index 67cb3baa..3d87c0f2 100644 --- 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 3 +#define GLSLANG_MINOR_VERSION 4 // // Call before doing any other compiler/linker operations.