Bump version.

This commit is contained in:
John Kessenich 2020-05-18 02:12:35 -06:00
parent 24dcbd1b1f
commit 1a906168cd
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
// This header is generated by the make-revision script. // This header is generated by the make-revision script.
#define GLSLANG_PATCH_LEVEL 3763 #define GLSLANG_PATCH_LEVEL 3766

View File

@ -68,7 +68,7 @@
// This should always increase, as some paths to do not consume // This should always increase, as some paths to do not consume
// a more major number. // a more major number.
// It should increment by one when new functionality is added. // It should increment by one when new functionality is added.
#define GLSLANG_MINOR_VERSION 13 #define GLSLANG_MINOR_VERSION 14
// //
// Call before doing any other compiler/linker operations. // Call before doing any other compiler/linker operations.