From a32d8f620d686619418029b5117d20a45e357d22 Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Wed, 19 Aug 2015 12:13:44 -0600 Subject: [PATCH] Create last version before moving to pure enums for built-in functions. --- 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 c1945ee6..684890ef 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.3.726" +#define GLSLANG_REVISION "2.4.727" #define GLSLANG_DATE "19-Aug-2015"