From 2d08d12d8caf0a6bf9ea1f79c039b51b75b8aac4 Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Tue, 12 Mar 2019 06:11:47 -0600 Subject: Sync to rev. 7 of headers from Khronos. --- tools/buildHeaders/header.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') 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; -- cgit v1.2.3