diff options
author | Michal Krol <[email protected]> | 2004-10-21 14:11:06 +0000 |
---|---|---|
committer | Michal Krol <[email protected]> | 2004-10-21 14:11:06 +0000 |
commit | c69ceaf8ebfe0f8f2c1d085e05d5974fe8b9b295 (patch) | |
tree | b9ed35251b86e524b3a5b9697513d23fda9fda0d /src/mesa/shader/arbprogram.syn | |
parent | b80bc055bc94b8b13fad68705e497be8bd2bff71 (diff) |
forgot about revision increment
Diffstat (limited to 'src/mesa/shader/arbprogram.syn')
-rw-r--r-- | src/mesa/shader/arbprogram.syn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/arbprogram.syn b/src/mesa/shader/arbprogram.syn index 752ea2aab93..6ab0f269380 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 |