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 11, 2024
1 parent f1bfad5 commit e366309
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.6.1

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

###### Tuesday, December 10, 2024

### DOOM Retro v5.6

* *DOOM Retro* is now built using v17.12.3 of [*Microsoft Visual Studio Community 2022*](https://visualstudio.microsoft.com/vs/community/).
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
VERSION = DOOM Retro v5.6.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,6,0,0
#define DOOMRETRO_VERSIONSTRING "5.6"
#define DOOMRETRO_NAMEANDVERSIONSTRING "DOOM Retro v5.6"
#define DOOMRETRO_VERSION 5,6,1,0
#define DOOMRETRO_VERSIONSTRING "5.6.1"
#define DOOMRETRO_NAMEANDVERSIONSTRING "DOOM Retro v5.6.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.6</string>
<string>5.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5.6.0.0</string>
<string>5.6.1.0</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit e366309

Please sign in to comment.