aboutsummaryrefslogtreecommitdiff
path: root/tools/buildHeaders/header.cpp
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2019-03-12 06:11:47 -0600
committerJohn Kessenich <cepheus@frii.com>2019-03-12 06:11:47 -0600
commit2d08d12d8caf0a6bf9ea1f79c039b51b75b8aac4 (patch)
treea695f70938fdcba8fd22934fa6cd36314e8e7ec0 /tools/buildHeaders/header.cpp
parentf25b91a61ea82af85a0d20d4dbf65f5970ea0aef (diff)
downloadSPIRV-Headers-2d08d12d8caf0a6bf9ea1f79c039b51b75b8aac4.tar.gz
Sync to rev. 7 of headers from Khronos.
Diffstat (limited to 'tools/buildHeaders/header.cpp')
-rwxr-xr-xtools/buildHeaders/header.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildHeaders/header.cpp b/tools/buildHeaders/header.cpp
index faf0b9d..56ff111 100755
--- a/tools/buildHeaders/header.cpp
+++ b/tools/buildHeaders/header.cpp
@@ -69,8 +69,8 @@ namespace {
static const int DocMagicNumber = 0x07230203;
static const int DocVersion = 0x00010300;
- static const int DocRevision = 6;
- #define DocRevisionString "6"
+ static const int DocRevision = 7;
+ #define DocRevisionString "7"
static const std::string DocCopyright;
static const std::string DocComment1;
static const std::string DocComment2;