From fd9d9ef436017d3464c9ab1a915474a28f284cbe Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Fri, 4 May 2018 21:35:05 -0600 Subject: [PATCH] Bump 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 2626c5df..966f50e0 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 2712 +#define GLSLANG_PATCH_LEVEL 2729 diff --git a/glslang/Public/ShaderLang.h b/glslang/Public/ShaderLang.h index 911fc310..5c629eeb 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 6 +#define GLSLANG_MINOR_VERSION 7 // // Call before doing any other compiler/linker operations.