From fb58c773a60a647724ebb0dfbba15c7082de188d Mon Sep 17 00:00:00 2001
From: Brad Harding <brad@doomretro.com>
Date: Thu, 14 Dec 2023 16:21:11 +1100
Subject: [PATCH] Bump version for next release

---
 releasenotes.md               |   8 ++++++++
 res/DEHACKED.lmp              |   2 +-
 res/doomretro.wad             | Bin 4853614 -> 4853614 bytes
 src/version.h                 |   6 +++---
 xcode/doomretroapp/Info.plist |   4 ++--
 5 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/releasenotes.md b/releasenotes.md
index 62348ac1d..452561a5f 100644
--- a/releasenotes.md
+++ b/releasenotes.md
@@ -1,5 +1,13 @@
 ![](https://github.com/bradharding/www.doomretro.com/raw/master/releasenotes.png)
 
+### DOOM Retro v5.1.3
+
+* *DOOM Retro* now uses [*SDL_image v2.8.1*](https://github.com/libsdl-org/SDL_image/releases/tag/release-2.8.0).
+
+![](https://github.com/bradharding/www.doomretro.com/raw/master/wiki/bigdivider.png)
+
+###### Thursday, December 14, 2023
+
 ### DOOM Retro v5.1.2
 
 * Minor changes have been made to text that is output to the console.
diff --git a/res/DEHACKED.lmp b/res/DEHACKED.lmp
index ae2b17bdb..2455d4a0d 100644
--- a/res/DEHACKED.lmp
+++ b/res/DEHACKED.lmp
@@ -1,5 +1,5 @@
 [STRINGS]
-VERSION = DOOM Retro v5.1.2
+VERSION = DOOM Retro v5.1.3
 D_DEVSTR = Development mode ON.
 PRESSKEY = (Press any key to continue.)
 PRESSYN = (Press 'Y' or 'N' to continue.)
diff --git a/res/doomretro.wad b/res/doomretro.wad
index a48d7415b6faded19d2fa51bcb2e1b5b1d5fdb15..1cb8c20a319cb82c213266fb2b1890e5a9ca43b7 100644
GIT binary patch
delta 238
zcmWO0$vQ#-0D#f&Mux&gn$Tbj74;VyZpd73W%2KO0_$F&*XkL%i?ct=|9N5=o3(?^
z9}-AH)?{6hvLTzYCEJpcwCu>P>`5s5av+D2kt4}UPV!Qaq8!VKoJvW`Qjw~h$+=v}
zrCiCi)Z|8P<xc9-kfz+rgS4bA@v0+Td6Xx4mY(!wAVY~{BrozRZ!(s5`H)Zfl5hEu
KUzseJM&SxyQbtVx

delta 238
zcmWO0Nm>B_0D#ets0>9R3Wdthgg;4UC8b+g{Cg*8?E+oP8M1i$xBcA&w>#^0fE5yu
zpzKLV!m=+1awrjrN=)K%B*&7Fq@2j9q$DjFIg_m9<XkQ!F9j*erCdo#%2JVQxsh9`
zN=@q0kUP1T2YHkyX-Z4lvRge%M_!~WuhNq@>B~TdGLo@OWGXXxmk*iCr!3@4zGeBx
H&oJ>1UT;QB

diff --git a/src/version.h b/src/version.h
index 412a77347..5c4f6f4d5 100644
--- a/src/version.h
+++ b/src/version.h
@@ -35,9 +35,9 @@
 
 #pragma once
 
-#define DOOMRETRO_VERSION               5,1,2,0
-#define DOOMRETRO_VERSIONSTRING         "5.1.2"
-#define DOOMRETRO_NAMEANDVERSIONSTRING  "DOOM Retro v5.1.2"
+#define DOOMRETRO_VERSION               5,1,3,0
+#define DOOMRETRO_VERSIONSTRING         "5.1.3"
+#define DOOMRETRO_NAMEANDVERSIONSTRING  "DOOM Retro v5.1.3"
 #define DOOMRETRO_SAVEGAMEVERSIONSTRING "DOOM Retro v3.6"
 
 #define DOOMRETRO                       "doomretro"
diff --git a/xcode/doomretroapp/Info.plist b/xcode/doomretroapp/Info.plist
index 80b96ab9b..cc9babc8b 100644
--- a/xcode/doomretroapp/Info.plist
+++ b/xcode/doomretroapp/Info.plist
@@ -51,11 +51,11 @@
     <key>CFBundlePackageType</key>
     <string>APPL</string>
     <key>CFBundleShortVersionString</key>
-    <string>5.1.2</string>
+    <string>5.1.3</string>
     <key>CFBundleSignature</key>
     <string>????</string>
     <key>CFBundleVersion</key>
-    <string>5.1.2.0</string>
+    <string>5.1.3.0</string>
     <key>LSMinimumSystemVersion</key>
     <string>$(MACOSX_DEPLOYMENT_TARGET)</string>
     <key>NSHumanReadableCopyright</key>