Skip to content

Commit

Permalink
Update version to 4.4.6.1
Browse files Browse the repository at this point in the history
Because of the fix in d5ddcbd, I'm going to upload a very small release. Before I would just reupload the Windows binaries, but that caused issues for those building from source, so I'll do this instead. The blog won't be updated and there will be no release notes.
  • Loading branch information
bradharding committed Feb 25, 2022
1 parent d5ddcbd commit 4050ee1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion res/DEHACKED
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[STRINGS]
VERSION = DOOM Retro v4.5
VERSION = DOOM Retro v4.4.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 @@ -39,9 +39,9 @@
#if !defined(__VERSION_H__)
#define __VERSION_H__

#define DOOMRETRO_VERSION 4,5,0,0
#define DOOMRETRO_VERSIONSTRING "4.5"
#define DOOMRETRO_NAMEANDVERSIONSTRING "DOOM Retro v4.5"
#define DOOMRETRO_VERSION 4,4,6,1
#define DOOMRETRO_VERSIONSTRING "4.4.6.1"
#define DOOMRETRO_NAMEANDVERSIONSTRING "DOOM Retro v4.4.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 @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.5</string>
<string>4.4.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.5.0.0</string>
<string>4.4.6.1</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit 4050ee1

Please sign in to comment.