Skip to content

Commit 216b9cc

Browse files
committed
Version Update and fix Windows metadata license notices
1 parent 09bceea commit 216b9cc

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

neo/framework/Licensee.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you have questions concerning this license or the applicable additional terms
4242
// RB: changed home folder so we don't break the savegame of the original game
4343
#define SAVE_PATH "\\id Software\\DOOM BFA"
4444

45-
#define ENGINE_VERSION "1.4.0"
45+
#define ENGINE_VERSION "1.4.1"
4646
#define CONSOLE_NAME "DOOM BFA " ENGINE_VERSION // printed in console
4747
#define NEW_CONSOLE_NAME "DOOM 3 BFA " ENGINE_VERSION // printed in console
4848
#define CLASSIC_ENGINE_SUFFIX "-BFA_" ENGINE_VERSION

neo/sys/win32/rc/doom.rc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,15 @@ END
5858
// remains consistent on all systems.
5959
IDI_ICON1 ICON "res\\doom.ico"
6060

61+
6162
/////////////////////////////////////////////////////////////////////////////
6263
//
6364
// Version
6465
//
6566

6667
VS_VERSION_INFO VERSIONINFO
67-
FILEVERSION 1,3,0
68-
PRODUCTVERSION 1,3,0
68+
FILEVERSION 1,4,1,0
69+
PRODUCTVERSION 1,4,1,0
6970
FILEFLAGSMASK 0x3fL
7071
#ifdef _DEBUG
7172
FILEFLAGS 0x1L
@@ -82,12 +83,12 @@ BEGIN
8283
BEGIN
8384
VALUE "CompanyName", "id Software LLC, a ZeniMax Media company"
8485
VALUE "FileDescription", "DOOM: BFA Edition"
85-
VALUE "FileVersion", "1.4.0"
86+
VALUE "FileVersion", "1.4.1.0"
8687
VALUE "InternalName", "DoomBFA"
87-
VALUE "LegalCopyright", "� 1993-2012 id Software LLC, a ZeniMax Media company"
88+
VALUE "LegalCopyright", "� 1993-2012 id Software LLC, a ZeniMax Media company"
8889
VALUE "OriginalFilename", "DoomBFA"
89-
VALUE "ProductName", "DOOM�: BFA Edition"
90-
VALUE "ProductVersion", "1.4.0"
90+
VALUE "ProductName", "DOOM�: BFA Edition"
91+
VALUE "ProductVersion", "1.4.1.0"
9192
END
9293
END
9394
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)