Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/en/html/about/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>History</h1>

<h2 id="teraterm">Tera Term</h2>

<h3 id="teraterm_5.6.2">YYYY.MM.DD (Ver 5.6.2 not released yet)</h3>
<h3 id="teraterm_5.6.2">2026.07.15 (Ver 5.6.2)</h3>
<ul class="history">
<li>Changes
<ul>
Expand Down Expand Up @@ -4183,7 +4183,7 @@ <h3 id="teraterm_0.0">1994.2.24 (Ver 0.0)</h3>

<h2 id="ttssh">TTSSH</h2>

<h3 id="ttssh_3.6.2">YYYY.MM.DD (Ver 3.6.2 not released yet)</h3>
<h3 id="ttssh_3.6.2">2026.07.15 (Ver 3.6.2)</h3>
<ul class="history">
<li>Security fixes
<ul>
Expand Down Expand Up @@ -6408,7 +6408,7 @@ <h3 id="ttproxy_1.0.0.8">2006.8.1 (Ver 1.0.0.8)</h3>

<h2 id="ttmenu">TeraTerm Menu</h2>

<h3 id="ttmenu_1.23">YYYY.MM.DD (Ver 1.23 not released yet)</h3>
<h3 id="ttmenu_1.23">2026.07.15 (Ver 1.23)</h3>
<ul class="history">
<li>
Fixed an issue where the default font name became garbled during initial setup.
Expand Down
6 changes: 3 additions & 3 deletions doc/ja/html/about/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<h2 id="teraterm">Tera Term</h2>

<h3 id="teraterm_5.6.2">YYYY.MM.DD (Ver 5.6.2 not released yet)</h3>
<h3 id="teraterm_5.6.2">2026.07.15 (Ver 5.6.2)</h3>
<ul class="history">
<li>変更
<ul>
Expand Down Expand Up @@ -4191,7 +4191,7 @@ <h3 id="teraterm_0.0">1994.2.24 (Ver 0.0)</h3>

<h2 id="ttssh">TTSSH</h2>

<h3 id="ttssh_3.6.2">YYYY.MM.DD (Ver 3.6.2 not released yet)</h3>
<h3 id="ttssh_3.6.2">2026.07.15 (Ver 3.6.2)</h3>
<ul class="history">
<li>セキュリティ修正
<ul>
Expand Down Expand Up @@ -6417,7 +6417,7 @@ <h3 id="ttproxy_1.0.0.8">2006.8.1 (Ver 1.0.0.8)</h3>

<h2 id="ttmenu">TeraTerm Menu</h2>

<h3 id="ttmenu_1.23">YYYY.MM.DD (Ver 1.23 not released yet)</h3>
<h3 id="ttmenu_1.23">2026.07.15 (Ver 1.23)</h3>
<ul class="history">
<li>
初期設定時のデフォルトのフォント名が文字化けする不具合を修正した。
Expand Down
2 changes: 1 addition & 1 deletion teraterm/common/tt-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#define TT_VERSION_MAJOR 5
#define TT_VERSION_MINOR 6
#define TT_VERSION_PATCH 2
#define TT_VERSION_SUBSTR "RC"
//#define TT_VERSION_SUBSTR "dev"
//#undef TT_VERSION_SUBSTR
// SUBSTR 縺御ク崎ヲ√↑譎ゅ� undef 縺吶k
// 菴ソ逕ィ萓 "dev", "RC", "RC2"
Expand Down
Loading