From cc343f218c0e2eb17d1ee12f5261d396ac46a6d7 Mon Sep 17 00:00:00 2001 From: WATANABE Yuki Date: Sat, 25 Mar 2023 17:54:26 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=201.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bve-autopilot/bve-autopilot.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bve-autopilot/bve-autopilot.rc b/bve-autopilot/bve-autopilot.rc index 82d7441..e3d7384 100644 --- a/bve-autopilot/bve-autopilot.rc +++ b/bve-autopilot/bve-autopilot.rc @@ -52,8 +52,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,15,0,0 - PRODUCTVERSION 1,15,0,0 + FILEVERSION 1,16,0,0 + PRODUCTVERSION 1,16,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -70,12 +70,12 @@ BEGIN BEGIN VALUE "CompanyName", "magicant" VALUE "FileDescription", "BVE autopilot plug-in" - VALUE "FileVersion", "1.15.0.0" + VALUE "FileVersion", "1.16.0.0" VALUE "InternalName", "bve-autopilot.dll" - VALUE "LegalCopyright", "Copyright (C) 2019-2022 magicant" + VALUE "LegalCopyright", "Copyright (C) 2019-2023 magicant" VALUE "OriginalFilename", "bve-autopilot.dll" VALUE "ProductName", "bve-autopilot" - VALUE "ProductVersion", "1.15.0.0" + VALUE "ProductVersion", "1.16.0.0" END END BLOCK "VarFileInfo"