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 Dec 14, 2023
1 parent d222c09 commit fb58c77
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -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.
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.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.)
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,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"
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.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>
Expand Down

0 comments on commit fb58c77

Please sign in to comment.