aboutsummaryrefslogtreecommitdiff
path: root/glslang/Include/revision.h
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2014-01-08 23:25:18 +0000
committerJohn Kessenich <cepheus@frii.com>2014-01-08 23:25:18 +0000
commit68546c6ca4bf2dcebb57dbaeec71082d3f2edd2a (patch)
treeebaffeda65c21621e464b1a8d4c51cbd5a41117a /glslang/Include/revision.h
parentb76d6d64968b55bdefa0fa5360b88c44b09d3514 (diff)
downloadglslang-68546c6ca4bf2dcebb57dbaeec71082d3f2edd2a.tar.gz
GL_ARB_enhanced_layouts, part 2: Full implementation of location/component, plus the parsing for xfb* and align/offset (but not yet full semantics for align/offset).
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24692 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Diffstat (limited to 'glslang/Include/revision.h')
-rw-r--r--glslang/Include/revision.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glslang/Include/revision.h b/glslang/Include/revision.h
index 90a7e271..828d5769 100644
--- a/glslang/Include/revision.h
+++ b/glslang/Include/revision.h
@@ -9,5 +9,5 @@
// source have to figure out how to create revision.h just to get a build
// going. However, if it is not updated, it can be a version behind.
-#define GLSLANG_REVISION "24674"
-#define GLSLANG_DATE "2014/01/07 10:44:41"
+#define GLSLANG_REVISION "24675"
+#define GLSLANG_DATE "2014/01/07 11:14:48"