Bump version numbers.
authorJohn Kessenich <cepheus@frii.com>
Tue, 16 Jun 2020 12:22:23 +0000 (06:22 -0600)
committerJohn Kessenich <cepheus@frii.com>
Tue, 16 Jun 2020 12:22:56 +0000 (06:22 -0600)
glslang/Include/revision.h
glslang/Public/ShaderLang.h

index 5ac9824..a99244b 100644 (file)
@@ -1,3 +1,3 @@
 // This header is generated by the make-revision script.
 
-#define GLSLANG_PATCH_LEVEL 3801
+#define GLSLANG_PATCH_LEVEL 3802
index 7905b3d..d51749b 100644 (file)
@@ -68,7 +68,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 14
+#define GLSLANG_MINOR_VERSION 15
 
 //
 // Call before doing any other compiler/linker operations.