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 Oct 7, 2023
1 parent ae74788 commit 2e3874e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions 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.1

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

###### Saturday, October 7, 2023

### DOOM Retro v5.0.5

* *DOOM Retro* now uses [*SDL v2.28.4*](https://github.com/libsdl-org/SDL/releases/tag/release-2.28.4).
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.0.5
VERSION = DOOM Retro v5.1
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,0,5,0
#define DOOMRETRO_VERSIONSTRING "5.0.5"
#define DOOMRETRO_NAMEANDVERSIONSTRING "DOOM Retro v5.0.5"
#define DOOMRETRO_VERSION 5,1,0,0
#define DOOMRETRO_VERSIONSTRING "5.1"
#define DOOMRETRO_NAMEANDVERSIONSTRING "DOOM Retro v5.1"
#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.0.5</string>
<string>5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5.0.5.0</string>
<string>5.1.0.0</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit 2e3874e

Please sign in to comment.