Skip to content

Commit

Permalink
Create version 2.2.0 (#989)
Browse files Browse the repository at this point in the history
Closes #988
  • Loading branch information
chreden authored Jun 28, 2022
1 parent 6625796 commit c0dae83
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 @@ -106,7 +106,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.1.0",IDC_STATIC,42,14,114,8,SS_NOPREFIX
LTEXT "trview, Version 2.2.0",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 @@ -197,8 +197,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
//

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

0 comments on commit c0dae83

Please sign in to comment.