Versioning: Complete the versioning change in recent commits.
authorJohn Kessenich <cepheus@frii.com>
Tue, 15 Oct 2019 06:11:57 +0000 (00:11 -0600)
committerJohn Kessenich <cepheus@frii.com>
Tue, 15 Oct 2019 06:11:57 +0000 (00:11 -0600)
These didn't include a full rebuild of the headers.

include/spirv/unified1/spirv.h
include/spirv/unified1/spirv.hpp
include/spirv/unified1/spirv.hpp11

index 1b67617bfd5b9705c4cfbb92d22ed9b11c2732ee..53928a4a9e153c92e9d812fbf59af34eb8f32982 100644 (file)
@@ -57,7 +57,7 @@ typedef unsigned int SpvId;
 #define SPV_REVISION 1
 
 static const unsigned int SpvMagicNumber = 0x07230203;
-static const unsigned int SpvVersion = 0x00010400;
+static const unsigned int SpvVersion = 0x00010500;
 static const unsigned int SpvRevision = 1;
 static const unsigned int SpvOpCodeMask = 0xffff;
 static const unsigned int SpvWordCountShift = 16;
index f5cbda1bb80e94ee47f96cbd48ae0d186ef0f8d2..ae999578f272fcd82edaa129a65c2c6c367d8060 100644 (file)
@@ -53,7 +53,7 @@ typedef unsigned int Id;
 #define SPV_REVISION 1
 
 static const unsigned int MagicNumber = 0x07230203;
-static const unsigned int Version = 0x00010400;
+static const unsigned int Version = 0x00010500;
 static const unsigned int Revision = 1;
 static const unsigned int OpCodeMask = 0xffff;
 static const unsigned int WordCountShift = 16;
index 00c7b1803c003b7a13146679f6b701f98581868e..34ee3b498f7858ce6a5d3504f0f4f2c035c9b99f 100644 (file)
@@ -53,7 +53,7 @@ typedef unsigned int Id;
 #define SPV_REVISION 1
 
 static const unsigned int MagicNumber = 0x07230203;
-static const unsigned int Version = 0x00010400;
+static const unsigned int Version = 0x00010500;
 static const unsigned int Revision = 1;
 static const unsigned int OpCodeMask = 0xffff;
 static const unsigned int WordCountShift = 16;