From 675f9bd0be96c4656424fdaebaa1c68d5ec33fd4 Mon Sep 17 00:00:00 2001 From: WATANABE Yuki Date: Sun, 23 Aug 2020 12:25:58 +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.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bve-autopilot/bve-autopilot.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bve-autopilot/bve-autopilot.rc b/bve-autopilot/bve-autopilot.rc index 306048e..22f2ba0 100644 --- a/bve-autopilot/bve-autopilot.rc +++ b/bve-autopilot/bve-autopilot.rc @@ -52,8 +52,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,10,0,0 - PRODUCTVERSION 1,10,0,0 + FILEVERSION 1,11,0,0 + PRODUCTVERSION 1,11,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.10.0.0" + VALUE "FileVersion", "1.11.0.0" VALUE "InternalName", "bve-autopilot.dll" VALUE "LegalCopyright", "Copyright (C) 2019-2020 magicant" VALUE "OriginalFilename", "bve-autopilot.dll" VALUE "ProductName", "bve-autopilot" - VALUE "ProductVersion", "1.10.0.0" + VALUE "ProductVersion", "1.11.0.0" END END BLOCK "VarFileInfo"