Skip to content

Commit

Permalink
Bump version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Jan 4, 2025
1 parent 4be8382 commit 438def5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
![](https://github.com/bradharding/www.doomretro.com/raw/master/releasenotes.png)

### DOOM Retro v5.6.2

![](https://github.com/bradharding/www.doomretro.com/raw/master/wiki/bigdivider.png)

###### Saturday, January 4, 2025

### DOOM Retro v5.6.1

* *DOOM Retro* now uses [*SDL v2.30.11*](https://github.com/libsdl-org/SDL/releases/tag/release-2.30.11) and [*SDL_image v2.8.4*](https://github.com/libsdl-org/SDL_image/releases/tag/release-2.8.4).
Expand All @@ -10,7 +16,7 @@
* Animated skies defined using the [*ID24*](https://doomwiki.org/wiki/ID24)-compatible [`SKYDEFS`](https://doomwiki.org/wiki/SKYDEFS) lump are now fully supported.
* Improvements have been made to the clipping of sprites in liquid sectors when the `r_liquid_clipsprites` CVAR is `on`.
* The correct `INTERPIC` lump is now always displayed when playing a PWAD for *Final DOOM: The Plutonia Experiment* or *TNT - Evilution*.
* A soft lock no longer occurs in *MAP05: The Waste Tunnels* when playing v1.666 of DOOM2.WAD and the `r_fixmaperrors` CVAR is `on`.
* A soft lock no longer occurs in *MAP05: The Waste Tunnels* when playing v1.666 of `DOOM2.WAD` and the `r_fixmaperrors` CVAR is `on`.

![](https://github.com/bradharding/www.doomretro.com/raw/master/wiki/bigdivider.png)

Expand Down
2 changes: 1 addition & 1 deletion res/DEHACKED.lmp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[STRINGS]
VERSION = DOOM Retro v5.6.1
VERSION = DOOM Retro v5.6.2
D_DEVSTR = Development mode ON.
PRESSKEY = (Press any key to continue.)
PRESSYN = (Press 'Y' or 'N' to continue.)
Expand Down
Binary file modified res/doomretro.wad
Binary file not shown.
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@

#pragma once

#define DOOMRETRO_VERSION 5,6,1,0
#define DOOMRETRO_VERSIONSTRING "5.6.1"
#define DOOMRETRO_NAMEANDVERSIONSTRING "DOOM Retro v5.6.1"
#define DOOMRETRO_VERSION 5,6,2,0
#define DOOMRETRO_VERSIONSTRING "5.6.2"
#define DOOMRETRO_NAMEANDVERSIONSTRING "DOOM Retro v5.6.2"
#define DOOMRETRO_SAVEGAMEVERSIONSTRING "DOOM Retro v3.6"

#define DOOMRETRO "doomretro"
Expand Down
4 changes: 2 additions & 2 deletions xcode/doomretroapp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.6.1</string>
<string>5.6.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5.6.1.0</string>
<string>5.6.2.0</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit 438def5

Please sign in to comment.