Fix location of #defines for core and compatibility profile.

These were recently added for all profiles, versus just desktop.
This commit is contained in:
John Kessenich 2017-03-14 15:19:32 -06:00
parent 601b7fa4b9
commit 78cfba97e1
2 changed files with 10 additions and 15 deletions

View file

@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "Overload400-PrecQual.1907"
#define GLSLANG_DATE "13-Mar-2017"
#define GLSLANG_REVISION "Overload400-PrecQual.1908"
#define GLSLANG_DATE "14-Mar-2017"