SPV GLSL.std.450: Add needed smear operations for min, max, clamp, mix, step, and...
[platform/upstream/glslang.git] / glslang / Include / revision.h
index c18f60d..542f8f3 100644 (file)
@@ -1,13 +1,6 @@
-// The file revision.h should be updated to the latest version, somehow, on \r
-// check-in, if glslang has changed.\r
-//\r
-// revision.template is the source for revision.h when using SubWCRev as the\r
-// method of updating revision.h.  You don't have to do it this way, the\r
-// requirement is only that revision.h gets updated.\r
-//\r
-// revision.h is under source control so that not all consumers of glslang\r
-// source have to figure out how to create revision.h just to get a build\r
-// going.  However, if it is not updated, it can be a version behind.\r
-\r
-#define GLSLANG_REVISION "25314"\r
-#define GLSLANG_DATE     "2014/02/11 22:15:49"\r
+// This header is generated by the make-revision script.
+// 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 "SPIRV99.845"
+#define GLSLANG_DATE "13-Dec-2015"