From dda3b661ddedb4146308613962261843a1fafd6f Mon Sep 17 00:00:00 2001 From: castano Date: Thu, 17 Apr 2008 08:15:23 +0000 Subject: [PATCH] Update version number of DDS files. --- src/nvimage/DirectDrawSurface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvimage/DirectDrawSurface.cpp b/src/nvimage/DirectDrawSurface.cpp index 9c14565..c770c50 100644 --- a/src/nvimage/DirectDrawSurface.cpp +++ b/src/nvimage/DirectDrawSurface.cpp @@ -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] = (0 << 16) | (9 << 8) | (5); // major.minor.revision + this->reserved[10] = (2 << 16) | (0 << 8) | (2); // major.minor.revision this->pf.size = 32; this->pf.flags = 0;