Update SPV_VERSION from 1.4 to 1.5

Missed this when I did the update to tests and such for 1.5.
This commit is contained in:
Ryan Harrison 2019-10-07 13:37:45 -04:00
parent 43f7618194
commit 2d1e20d8f3
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
typedef unsigned int SpvId;
#define SPV_VERSION 0x10400
#define SPV_VERSION 0x10500
#define SPV_REVISION 1
static const unsigned int SpvMagicNumber = 0x07230203;

View File

@ -49,7 +49,7 @@ namespace spv {
typedef unsigned int Id;
#define SPV_VERSION 0x10400
#define SPV_VERSION 0x10500
#define SPV_REVISION 1
static const unsigned int MagicNumber = 0x07230203;