Skip to content

Commit

Permalink
bump up the version to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaya committed Feb 28, 2024
1 parent d03e80b commit 0dd66c5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions doc/en/html/about/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1>History</h1>

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

<h3 id="teraterm_5.2">YYYY.MM.DD (Ver 5.2)</h3>
<h3 id="teraterm_5.2">2024.2.29 (Ver 5.2)</h3>
<ul class="history">
<li>Changes
<ul>
Expand Down Expand Up @@ -3433,7 +3433,7 @@ <h3 id="teraterm_0.0">1994.2.24 (Ver 0.0)</h3>

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

<h3 id="ttssh_3.2">YYYY.MM.DD (Ver 3.2)</h3>
<h3 id="ttssh_3.2">2024.2.29 (Ver 3.2)</h3>
<ul class="history">
<!--li>Changes
<ul>
Expand Down Expand Up @@ -5336,7 +5336,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.19">YYYY.MM.DD (Ver 1.19 not released)</h3>
<h3 id="ttmenu_1.19">2024.2.29 (Ver 1.19)</h3>
<ul class="history">
<li>Fixed "(none)" is not displayed correctly when execution list is empty.</li>
<li>Do not read ttermpro.exe path from win.ini.</li>
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 @@ -32,7 +32,7 @@

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

<h3 id="teraterm_5.2">YYYY.MM.DD (Ver 5.2)</h3>
<h3 id="teraterm_5.2">2024.2.29 (Ver 5.2)</h3>
<ul class="history">
<li>変更
<ul>
Expand Down Expand Up @@ -3441,7 +3441,7 @@ <h3 id="teraterm_0.0">1994.2.24 (Ver 0.0)</h3>

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

<h3 id="ttssh_3.2">YYYY.MM.DD (Ver 3.2)</h3>
<h3 id="ttssh_3.2">2024.2.29 (Ver 3.2)</h3>
<ul class="history">
<!--li>Changes
<ul>
Expand Down Expand Up @@ -5345,7 +5345,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.19">YYYY.MM.DD (Ver 1.19 not released)</h3>
<h3 id="ttmenu_1.19">2024.2.29 (Ver 1.19)</h3>
<ul class="history">
<li>接続先が登録されていないとき、"(none)"が正しく表示されないので修正した。</li>
<li>ttermpro.exe のパスを Win.ini から読み込まないよう修正した。</li>
Expand Down
2 changes: 1 addition & 1 deletion installer/teraterm.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define AppName "Tera Term"
#ifndef AppVer
#define AppVer "5.2-RC"
#define AppVer "5.2"
#endif
;#define VerSubStr
;#define OutputSubStr
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 2
#define TT_VERSION_SUBSTR "RC"
//#undef TT_VERSION_SUBSTR
//#define TT_VERSION_SUBSTR "RC"
#undef TT_VERSION_SUBSTR
// SUBSTR が不要な時は undef する
// 使用例 "dev", "RC", "RC2"

Expand Down

0 comments on commit 0dd66c5

Please sign in to comment.