From b1a90f36013522b9e5a3a2197859b72188752e3f Mon Sep 17 00:00:00 2001 From: Ignacio Castano Date: Sun, 23 Aug 2020 23:27:21 -0700 Subject: [PATCH] Update version number. --- 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 5f0b3ec2..69707a70 100644 --- a/src/nvimage/DirectDrawSurface.cpp +++ b/src/nvimage/DirectDrawSurface.cpp @@ -585,7 +585,7 @@ DDSHeader::DDSHeader() // Store version information on the reserved header attributes. this->reserved[9] = FOURCC_NVTT; - this->reserved[10] = (2 << 16) | (1 << 8) | (1); // major.minor.revision + this->reserved[10] = (2 << 16) | (1 << 8) | (2); // major.minor.revision this->pf.size = 32; this->pf.flags = 0;