SDL_image: Noted that the next stable version will be 2.6.0

From 0cc1f0082dfe3ed148c5d9355e0b6b6557558b8f Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 16 Jun 2022 17:07:10 -0700
Subject: [PATCH] Noted that the next stable version will be 2.6.0

---
 CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 4b5717c2..4a55e3fc 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-2.0.6:
+2.6.0:
  * Added stb_image as the default backend for JPG and PNG images loading.
    To use libpng and libjpg instead configure using --disable-stb-image
  * Added IMG_LoadSizedSVG_RW()
@@ -8,7 +8,7 @@
  * Added support for QOI images (https://qoiformat.org/)
  * Fixed XCF regression introduced in 2.0.5
  * Added support for loading animated GIFs
- * LoadBMP() now loads files using SDL2.
+ * LoadBMP() now loads files using SDL2
  * Allow using libwebpdecoder instead libwebp.
 
 2.0.5: