Update version numbers.

This commit is contained in:
castano
2008-06-09 19:13:01 +00:00
parent 0b17e3095a
commit f95d09d1e9
3 changed files with 6 additions and 6 deletions

View File

@ -532,7 +532,7 @@ DDSHeader::DDSHeader()
// Store version information on the reserved header attributes.
this->reserved[9] = MAKEFOURCC('N', 'V', 'T', 'T');
this->reserved[10] = (2 << 16) | (0 << 8) | (2); // major.minor.revision
this->reserved[10] = (2 << 16) | (0 << 8) | (3); // major.minor.revision
this->pf.size = 32;
this->pf.flags = 0;