Update changelog.

Update version.
This commit is contained in:
castano
2008-06-12 01:20:46 +00:00
parent 5fbeb8d34b
commit d938e2d753
4 changed files with 10 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) | (3); // major.minor.revision
this->reserved[10] = (2 << 16) | (0 << 8) | (4); // major.minor.revision
this->pf.size = 32;
this->pf.flags = 0;