aboutsummaryrefslogtreecommitdiff
path: root/glslang/Include/revision.h
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2016-09-19 14:56:55 -0600
committerJohn Kessenich <cepheus@frii.com>2016-09-19 14:56:55 -0600
commit142785f324009289f8187868ab4843761693d7a9 (patch)
treec4b078d9ae3372f169c23a9552c83953755cbd2b /glslang/Include/revision.h
parent28b28140bb56aa89d2dfa72c199fb9c88276ee78 (diff)
downloadglslang-142785f324009289f8187868ab4843761693d7a9.tar.gz
HLSL: Change the final syntax-error printf to go to the infoLog.
Fixes issue #510.
Diffstat (limited to 'glslang/Include/revision.h')
-rw-r--r--glslang/Include/revision.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glslang/Include/revision.h b/glslang/Include/revision.h
index 0a9710cf..1fc0ca7e 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 "Overload400-PrecQual.1494"
+#define GLSLANG_REVISION "Overload400-PrecQual.1495"
#define GLSLANG_DATE "19-Sep-2016"