From 2011c0879483add871ed820dbfa49b1e5e2013e3 Mon Sep 17 00:00:00 2001 From: castano Date: Wed, 4 Nov 2009 08:33:36 +0000 Subject: [PATCH] Update version in dds fingerprint. --- branches/2.0/src/nvimage/DirectDrawSurface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/2.0/src/nvimage/DirectDrawSurface.cpp b/branches/2.0/src/nvimage/DirectDrawSurface.cpp index df64ee3..42e71c3 100644 --- a/branches/2.0/src/nvimage/DirectDrawSurface.cpp +++ b/branches/2.0/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] = (2 << 16) | (0 << 8) | (6); // major.minor.revision + this->reserved[10] = (2 << 16) | (0 << 8) | (7); // major.minor.revision this->pf.size = 32; this->pf.flags = 0;