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
48 changes: 48 additions & 0 deletions doc/en/html/about/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,30 @@ <h1>History</h1>

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

<h3 id="teraterm_5.6.3">YYYY.MM.DD (Ver 5.6.3 not released yet)</h3>
<ul class="history">
<!--li>Changes
<ul>
<li>
</li>
</ul>
</li-->

<!--li>Bug fixes
<ul>
<li>
</li>
</ul>
</li-->

<!--li>Misc
<ul>
<li>
</li>
</ul>
</li-->
</ul>

<h3 id="teraterm_5.6.2">2026.07.15 (Ver 5.6.2)</h3>
<ul class="history">
<li>Changes
Expand Down Expand Up @@ -4183,6 +4207,30 @@ <h3 id="teraterm_0.0">1994.2.24 (Ver 0.0)</h3>

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

<h3 id="ttssh_3.6.3">YYYY.MM.DD (Ver 3.6.3 not released yet)</h3>
<ul class="history">
<!--li>Changes
<ul>
<li>
</li>
</ul>
</li-->

<!--li>Bug fixes
<ul>
<li>
</li>
</ul>
</li-->

<!--li>Misc
<ul>
<li>
</li>
</ul>
</li-->
</ul>

<h3 id="ttssh_3.6.2">2026.07.15 (Ver 3.6.2)</h3>
<ul class="history">
<li>Security fixes
Expand Down
48 changes: 48 additions & 0 deletions doc/ja/html/about/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,30 @@

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

<h3 id="teraterm_5.6.3">YYYY.MM.DD (Ver 5.6.3 not released yet)</h3>
<ul class="history">
<!--li>変更
<ul>
<li>
</li>
</ul>
</li-->

<!--li>バグ修正
<ul>
<li>
</li>
</ul>
</li-->

<!--li>その他
<ul>
<li>
</li>
</ul>
</li-->
</ul>

<h3 id="teraterm_5.6.2">2026.07.15 (Ver 5.6.2)</h3>
<ul class="history">
<li>変更
Expand Down Expand Up @@ -4191,6 +4215,30 @@ <h3 id="teraterm_0.0">1994.2.24 (Ver 0.0)</h3>

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

<h3 id="ttssh_3.6.3">YYYY.MM.DD (Ver 3.6.3 not released yet)</h3>
<ul class="history">
<!--li>変更
<ul>
<li>
</li>
</ul>
</li-->

<!--li>バグ修正
<ul>
<li>
</li>
</ul>
</li-->

<!--li>その他
<ul>
<li>
</li>
</ul>
</li-->
</ul>

<h3 id="ttssh_3.6.2">2026.07.15 (Ver 3.6.2)</h3>
<ul class="history">
<li>セキュリティ修正
Expand Down
4 changes: 2 additions & 2 deletions teraterm/common/tt-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

#define TT_VERSION_MAJOR 5
#define TT_VERSION_MINOR 6
#define TT_VERSION_PATCH 2
//#define TT_VERSION_SUBSTR "dev"
#define TT_VERSION_PATCH 3
#define TT_VERSION_SUBSTR "dev"
//#undef TT_VERSION_SUBSTR
// SUBSTR 縺御ク崎ヲ√↑譎ゅ� undef 縺吶k
// 菴ソ逕ィ萓 "dev", "RC", "RC2"
Expand Down
2 changes: 1 addition & 1 deletion ttssh2/ttxssh/ttxssh-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#define TTSSH_VERSION_MAJOR 3
#define TTSSH_VERSION_MINOR 6
#define TTSSH_VERSION_PATCH 2
#define TTSSH_VERSION_PATCH 3
#define TTSSH_VERSION_STR(sep) TT_TOSTR(TTSSH_VERSION_MAJOR) sep TT_TOSTR(TTSSH_VERSION_MINOR) sep TT_TOSTR(TTSSH_VERSION_PATCH)
#define TTSSH_RES_VERSION_STR TTSSH_VERSION_STR(", ") ", 0"

Expand Down
Loading