From 8751c13ce2cea72974586bf4005737903a7ed539 Mon Sep 17 00:00:00 2001 From: John Kessenich <cepheus@frii.com> Date: Wed, 19 Sep 2018 16:50:05 -0600 Subject: [PATCH] Bump minor version. --- glslang/Include/revision.h | 2 +- glslang/Public/ShaderLang.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/glslang/Include/revision.h b/glslang/Include/revision.h index f57fb1ce5..1304c938b 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 585202460..21800aa19 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. -- GitLab