forgot about revision increment
authorMichal Krol <mjkrol@gmail.org>
Thu, 21 Oct 2004 14:11:06 +0000 (14:11 +0000)
committerMichal Krol <mjkrol@gmail.org>
Thu, 21 Oct 2004 14:11:06 +0000 (14:11 +0000)
src/mesa/shader/arbprogram.syn
src/mesa/shader/arbprogram_syn.h

index 752ea2a..6ab0f26 100644 (file)
@@ -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
index b87f191..c67afc6 100644 (file)
@@ -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"