Skip to content

Commit

Permalink
Create version 2.4.1 (#1196)
Browse files Browse the repository at this point in the history
Update version to 2.4.1
Closes #1195
  • Loading branch information
chreden authored Oct 18, 2023
1 parent 766085c commit 685607d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions trview.app/Resources/trview.app.rc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ CAPTION "About trview"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
ICON IDI_TRVIEW,IDC_STATIC,14,14,21,20
LTEXT "trview, Version 2.4.0",IDC_STATIC,42,14,114,8,SS_NOPREFIX
LTEXT "trview, Version 2.4.1",IDC_STATIC,42,14,114,8,SS_NOPREFIX
LTEXT "Copyright (C) 2022 trview team",IDC_STATIC,42,26,127,17
LTEXT "Licensed under the MIT license\r\n\
Uses DirectXTK (MIT)\r\n\
Expand Down Expand Up @@ -201,8 +201,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,0,0
PRODUCTVERSION 2,4,0,0
FILEVERSION 2,4,1,0
PRODUCTVERSION 2,4,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -218,12 +218,12 @@ BEGIN
BLOCK "080904b0"
BEGIN
VALUE "FileDescription", "TRView"
VALUE "FileVersion", "2.4.0.0"
VALUE "FileVersion", "2.4.1.0"
VALUE "InternalName", "trview.exe"
VALUE "LegalCopyright", "Copyright (C) chreden 2023"
VALUE "OriginalFilename", "trview.exe"
VALUE "ProductName", "TRView"
VALUE "ProductVersion", "2.4.0.0"
VALUE "ProductVersion", "2.4.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 685607d

Please sign in to comment.