Fix last commit; EOptionKeepUncalled incorrect enum bug.
authorJohn Kessenich <cepheus@frii.com>
Mon, 12 Dec 2016 18:41:43 +0000 (11:41 -0700)
committerJohn Kessenich <cepheus@frii.com>
Mon, 12 Dec 2016 18:41:43 +0000 (11:41 -0700)
StandAlone/StandAlone.cpp
glslang/Include/revision.h

index 84c80f5..d40673c 100644 (file)
@@ -83,7 +83,7 @@ enum TOptions {
     EOptionAutoMapBindings      = (1 << 19),
     EOptionFlattenUniformArrays = (1 << 20),
     EOptionNoStorageFormat      = (1 << 21),
-    EOptionKeepUncalled         = (1 << 21),
+    EOptionKeepUncalled         = (1 << 22),
 };
 
 //
index 2f391b6..5fda0eb 100644 (file)
@@ -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.1688"
-#define GLSLANG_DATE "09-Dec-2016"
+#define GLSLANG_REVISION "Overload400-PrecQual.1689"
+#define GLSLANG_DATE "12-Dec-2016"