forgot about revision increment

This commit is contained in:
Michal Krol
2004-10-21 14:11:06 +00:00
parent b80bc055bc
commit c69ceaf8eb
2 changed files with 2 additions and 2 deletions
+1 -1
View 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
+1 -1
View 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"