From eae9d9d37f2e4c3fb75af2e139823ad28a319d72 Mon Sep 17 00:00:00 2001 From: chreden <4263940+chreden@users.noreply.github.com> Date: Thu, 14 Apr 2022 08:43:36 +0100 Subject: [PATCH] Update about box for v2.0.0 (#936) Update about box text to correctly mention version 2.0.0 Closes #916 --- trview.app/Resources/trview.app.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trview.app/Resources/trview.app.rc b/trview.app/Resources/trview.app.rc index 6cd534fac..d969376c0 100644 --- a/trview.app/Resources/trview.app.rc +++ b/trview.app/Resources/trview.app.rc @@ -103,7 +103,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 1.8.0",IDC_STATIC,42,14,114,8,SS_NOPREFIX + LTEXT "trview, Version 2.0.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\