Home | History | Annotate | Download | only in Include
      1 // The file revision.h should be updated to the latest version, somehow, on
      2 // check-in, if glslang has changed.
      3 //
      4 // revision.template is the source for revision.h when using SubWCRev as the
      5 // method of updating revision.h.  You don't have to do it this way, the
      6 // requirement is only that revision.h gets updated.
      7 //
      8 // revision.h is under source control so that not all consumers of glslang
      9 // source have to figure out how to create revision.h just to get a build
     10 // going.  However, if it is not updated, it can be a version behind.
     11 
     12 #define GLSLANG_REVISION "$WCREV$"
     13 #define GLSLANG_DATE     "$WCDATE$"
     14