Skip to content

Commit

Permalink
bump up the version. 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaya committed Dec 18, 2023
1 parent 9fdbe8a commit 9ffa9f6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 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.1">YYYY.MM.DD (Ver 5.1, not yet released)</h3>
<h3 id="teraterm_5.1">2023.12.19 (Ver 5.1)</h3>
<ul class="history">
<!-- li>Changes
<ul>
Expand Down Expand Up @@ -3390,7 +3390,7 @@ <h3 id="teraterm_0.0">1994.2.24 (Ver 0.0)</h3>

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

<h3 id="ttssh_3.1">YYYY.MM.DD (Ver 3.1 not released)</h3>
<h3 id="ttssh_3.1">2023.12.19 (Ver 3.1)</h3>
<ul class="history">
<li>Changes
<ul>
Expand Down Expand Up @@ -5271,7 +5271,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.18">YYYY.MM.DD (Ver 1.18)</h3>
<h3 id="ttmenu_1.18">2023.12.19 (Ver 1.18)</h3>
<ul class="history">
<li>Win32 API was changed to the Unicode version, and strings were changed to Unicode.
</ul>
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.1">YYYY.MM.DD (Ver 5.1, not yet released)</h3>
<h3 id="teraterm_5.1">2023.12.19 (Ver 5.1)</h3>
<ul class="history">
<!-- li>変更
<ul>
Expand Down Expand Up @@ -3398,7 +3398,7 @@ <h3 id="teraterm_0.0">1994.2.24 (Ver 0.0)</h3>

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

<h3 id="ttssh_3.1">YYYY.MM.DD (Ver 3.1 not released)</h3>
<h3 id="ttssh_3.1">2023.12.19 (Ver 3.1)</h3>
<ul class="history">
<li>変更
<ul>
Expand Down Expand Up @@ -5280,7 +5280,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.18">YYYY.MM.DD (Ver 1.18)</h3>
<h3 id="ttmenu_1.18">2023.12.19 (Ver 1.18)</h3>
<ul class="history">
<li>使用しているWin32 APIを Unicode版に変更、文字列をUnicodeに変更した。</li>
</ul>
Expand Down
20 changes: 10 additions & 10 deletions installer/teraterm.iss
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
#define AppName "Tera Term"
#ifndef AppVer
#define AppVer "5.1-dev"
#define AppVer "5.1"
#endif
;#define VerSubStr
;#define OutputSubStr

[InnoIDE_PreCompile]
Name: makechm.bat
Name: build.bat
;Name: build.bat; Parameters: rebuild
;Name: build.bat
Name: build.bat; Parameters: rebuild

[InnoIDE_PostCompile]
;Name: makearchive.bat; Parameters: release
Name: makearchive.bat; Parameters: release

[PreCompile]
Name: makechm.bat
Name: build.bat
;Name: build.bat; Parameters: rebuild
;Name: build.bat
Name: build.bat; Parameters: rebuild

[PostCompile]
;Name: makearchive.bat; Parameters: release
Name: makearchive.bat; Parameters: release

[_ISToolPreCompile]
Name: makechm.bat
Name: build.bat
;Name: build.bat; Parameters: rebuild
;Name: build.bat
Name: build.bat; Parameters: rebuild

[_ISToolPostCompile]
;Name: makearchive.bat; Parameters: release
Name: makearchive.bat; Parameters: release

[Setup]
AppCopyright=(C) 2004-2023 TeraTerm Project
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 1
#define TT_VERSION_SUBSTR "dev"
// #undef TT_VERSION_SUBSTR
// #define TT_VERSION_SUBSTR "dev"
#undef TT_VERSION_SUBSTR
// SUBSTR が不要な時は undef する
// 使用例 "dev", "RC", "RC2"

Expand Down

0 comments on commit 9ffa9f6

Please sign in to comment.