Versioning: Bump to minor version 1, for new SPIRV-Tools update.
authorJohn Kessenich <cepheus@frii.com>
Tue, 6 Mar 2018 20:08:19 +0000 (13:08 -0700)
committerJohn Kessenich <cepheus@frii.com>
Tue, 6 Mar 2018 20:08:19 +0000 (13:08 -0700)
glslang/Public/ShaderLang.h

index fe8a3f2..7415851 100644 (file)
@@ -70,7 +70,7 @@
 // This should always increase, as some paths to do not consume
 // a more major number.
 // It should increment by one when new functionality is added.
-#define GLSLANG_MINOR_VERSION 0
+#define GLSLANG_MINOR_VERSION 1
 
 //
 // Call before doing any other compiler/linker operations.