Skip to content

Commit

Permalink
Update version to 2.7.0 (#1299)
Browse files Browse the repository at this point in the history
Closes #1298
  • Loading branch information
chreden authored Nov 14, 2024
1 parent 0d155ab commit b7831d1
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 @@ -115,7 +115,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.6.0",IDC_STATIC,42,14,114,8,SS_NOPREFIX
LTEXT "trview, Version 2.7.0",IDC_STATIC,42,14,114,8,SS_NOPREFIX
LTEXT "Copyright (C) 2024 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 @@ -209,8 +209,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,6,0,0
PRODUCTVERSION 2,6,0,0
FILEVERSION 2,7,0,0
PRODUCTVERSION 2,7,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -226,12 +226,12 @@ BEGIN
BLOCK "080904b0"
BEGIN
VALUE "FileDescription", "TRView"
VALUE "FileVersion", "2.6.0.0"
VALUE "FileVersion", "2.7.0.0"
VALUE "InternalName", "trview.exe"
VALUE "LegalCopyright", "Copyright (C) chreden 2024"
VALUE "OriginalFilename", "trview.exe"
VALUE "ProductName", "TRView"
VALUE "ProductVersion", "2.6.0.0"
VALUE "ProductVersion", "2.7.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit b7831d1

Please sign in to comment.