summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorMichal Krol <mjkrol@gmail.org>2004-10-21 14:11:06 +0000
committerMichal Krol <mjkrol@gmail.org>2004-10-21 14:11:06 +0000
commitc69ceaf8ebfe0f8f2c1d085e05d5974fe8b9b295 (patch)
treeb9ed35251b86e524b3a5b9697513d23fda9fda0d /src/mesa
parentb80bc055bc94b8b13fad68705e497be8bd2bff71 (diff)
forgot about revision increment
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/shader/arbprogram.syn2
-rw-r--r--src/mesa/shader/arbprogram_syn.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/shader/arbprogram.syn b/src/mesa/shader/arbprogram.syn
index 752ea2aab9..6ab0f26938 100644
--- a/src/mesa/shader/arbprogram.syn
+++ b/src/mesa/shader/arbprogram.syn
@@ -36,7 +36,7 @@
compares the value with its REVISION value. If they do not match, the loader is not up
to date.
*/
-.emtcode REVISION 0x08
+.emtcode REVISION 0x09
/* program type */
.emtcode FRAGMENT_PROGRAM 0x01
diff --git a/src/mesa/shader/arbprogram_syn.h b/src/mesa/shader/arbprogram_syn.h
index b87f191caa..c67afc67db 100644
--- a/src/mesa/shader/arbprogram_syn.h
+++ b/src/mesa/shader/arbprogram_syn.h
@@ -1,5 +1,5 @@
".syntax program;\n"
-".emtcode REVISION 0x08\n"
+".emtcode REVISION 0x09\n"
".emtcode FRAGMENT_PROGRAM 0x01\n"
".emtcode VERTEX_PROGRAM 0x02\n"
".emtcode OPTION 0x01\n"