From e24a74c320b7d7ed74f3194dbff01bf373a406ed Mon Sep 17 00:00:00 2001 From: John Kessenich <cepheus@frii.com> Date: Thu, 6 Aug 2015 22:19:45 -0600 Subject: [PATCH] Create last version before going to SPIR-V Revision 31. --- glslang/Include/revision.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glslang/Include/revision.h b/glslang/Include/revision.h index 98ff8ed32..e28220d52 100644 --- a/glslang/Include/revision.h +++ b/glslang/Include/revision.h @@ -2,5 +2,5 @@ // For the version, it uses the latest git tag followed by the number of commits. // For the date, it uses the current date (when then script is run). -#define GLSLANG_REVISION "2.2.699" +#define GLSLANG_REVISION "2.3.703" #define GLSLANG_DATE "06-Aug-2015" -- GitLab