Version number change

Version number change for improved Korian translation.
This commit is contained in:
Tatsuhiko Syoji
2020-07-26 16:17:59 +09:00
parent b59298076a
commit 8b7142bf66
7 changed files with 28 additions and 6 deletions

View File

@@ -20,6 +20,15 @@ The sources for noMeiryoUI are distributed under the MIT open source license
<body>
<h1>3.History</h1>
<div class="chapter">
<h2>07/26/2020 Version 2.40.2</h2>
<ul>
<li>Improved Korean translation.</li>
</ul>
</div>
<hr>
<div class="chapter">
<h2>06/28/2020 Version 2.40.1</h2>
<ul>

View File

@@ -20,6 +20,15 @@ The sources for noMeiryoUI are distributed under the MIT open source license
<body>
<h1>3.製作履歴</h1>
<div class="chapter">
<h2>2020/07/26 Version 2.40.2</h2>
<ul>
<li>韓国語の訳を改良しました。</li>
</ul>
</div>
<hr>
<div class="chapter">
<h2>2020/06/28 Version 2.40.1</h2>
<ul>

View File

@@ -21,6 +21,7 @@ The sources for noMeiryoUI are distributed under the MIT open source license
<h1>3. 제작 이력</h1>
<div class="chapter">
<h2>2020/07/26 Version 2.40.2</h2>
<h2>2020/06/28 Version 2.40.1</h2>
<ul>
<li>Improved Korean translation.</li>

View File

@@ -21,6 +21,7 @@ The sources for noMeiryoUI are distributed under the MIT open source license
<h1>3.Histórico</h1>
<div class="chapter">
<h2>26/07/2020&nbsp;Versão 2.40.2</h2>
<h2>28/06/2020&nbsp;Versão 2.40.1</h2>
<h2>31/05/2020&nbsp;Versão 2.40</h2>
<ul>

View File

@@ -21,6 +21,7 @@ The sources for noMeiryoUI are distributed under the MIT open source license
<h1>3.更新记录</h1>
<div class="chapter">
<h2>2020/07/26 版本 2.40.2</h2>
<h2>2020/06/28 版本 2.40.1</h2>
<h2>2020/05/31 版本 2.40</h2>
<ul>

View File

@@ -21,6 +21,7 @@ The sources for noMeiryoUI are distributed under the MIT open source license
<h1>3.<2E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>{<7B>O<EFBFBD><4F></h1>
<div class="chapter">
<h2>2020/07/26 <20><><EFBFBD><EFBFBD> 2.40.2</h2>
<h2>2020/06/28 <20><><EFBFBD><EFBFBD> 2.40.1</h2>
<h2>2020/05/31 <20><><EFBFBD><EFBFBD> 2.40</h2>
<ul>

View File

@@ -63,7 +63,7 @@ CAPTION "Meiryo UI
MENU IDR_MENU1
FONT 11, "<22>l<EFBFBD>r <20>o<EFBFBD>S<EFBFBD>V<EFBFBD>b<EFBFBD>N", 400, 0, 0x80
BEGIN
LTEXT "Meiryo UI<55><49><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>炢!! Version 2.40.1",IDC_STATIC_APP_TITLE,7,7,141,14,SS_NOPREFIX
LTEXT "Meiryo UI<55><49><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>炢!! Version 2.40.2",IDC_STATIC_APP_TITLE,7,7,141,14,SS_NOPREFIX
RTEXT "Copyright (C) Tatsu 2005,2012-2020",IDC_STATIC_AUTHOR,137,7,161,14
LTEXT "",IDC_STATIC_VERNO,7,20,293,10
GROUPBOX "<22>S<EFBFBD>̐ݒ<CC90>",IDC_GROUP_ALL,7,37,293,45
@@ -180,8 +180,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,0,1
PRODUCTVERSION 2,4,0,1
FILEVERSION 2,4,0,2
PRODUCTVERSION 2,4,0,2
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -198,12 +198,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Tatsuhiko Syoji a individual developer"
VALUE "FileDescription", "Meiryo UI<55><49><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>炢!! (No!! Meiryo UI)"
VALUE "FileVersion", "2.4.0.1"
VALUE "FileVersion", "2.4.0.2"
VALUE "InternalName", "noMeiryo"
VALUE "LegalCopyright", "Copyright (C) Tatsuhiko Syoji 2005,2012-2020"
VALUE "OriginalFilename", "noMeiryoUI.exe"
VALUE "ProductName", "Meiryo UI<55><49><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>炢!! (No!! Meiryo UI)"
VALUE "ProductVersion", "2.4.0.1"
VALUE "ProductVersion", "2.4.0.2"
END
END
BLOCK "VarFileInfo"
@@ -262,7 +262,7 @@ END
STRINGTABLE
BEGIN
IDS_APP_TITLE "Meiryo UI<55><49><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>炢!!"
IDS_VERSION "%s Version 2.40.1"
IDS_VERSION "%s Version 2.40.2"
IDC_NOMEIRYOUI "NOMEIRYOUI"
END