From: John Kessenich Date: Wed, 19 Aug 2015 18:13:44 +0000 (-0600) Subject: Create last version before moving to pure enums for built-in functions. X-Git-Tag: upstream/0.1~405 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a32d8f620d686619418029b5117d20a45e357d22;p=platform%2Fupstream%2Fglslang.git Create last version before moving to pure enums for built-in functions. --- diff --git a/glslang/Include/revision.h b/glslang/Include/revision.h index c1945ee..684890e 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"