From c817600491118a76ae4e1029c57b67d81650f5a8 Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Wed, 21 Aug 2019 11:08:27 -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 80224b44..7f694919 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 3352 +#define GLSLANG_PATCH_LEVEL 3376 diff --git a/glslang/Public/ShaderLang.h b/glslang/Public/ShaderLang.h index 4c16c38d..8f8a4d91 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 12 +#define GLSLANG_MINOR_VERSION 13 // // Call before doing any other compiler/linker operations.