Revision | 7451 (tree) |
---|---|
Time | 2019-02-28 21:37:56 |
Author | (del#1144) |
bump up the version.
@@ -31,7 +31,7 @@ | ||
31 | 31 | |
32 | 32 | <h2 id="teraterm">Tera Term</h2> |
33 | 33 | |
34 | -<h3 id="teraterm_4.102">2019.xx.xx (Ver 4.102)</h3> | |
34 | +<h3 id="teraterm_4.102">2019.02.28 (Ver 4.102)</h3> | |
35 | 35 | <ul class="history"> |
36 | 36 | <li>Changes |
37 | 37 | <ul> |
@@ -3092,7 +3092,7 @@ | ||
3092 | 3092 | |
3093 | 3093 | <h2 id="ttssh">TTSSH</h2> |
3094 | 3094 | |
3095 | -<h3 id="ttssh_2.88">2019.xx.xx (Ver 2.88)</h3> | |
3095 | +<h3 id="ttssh_2.88">2019.02.28 (Ver 2.88)</h3> | |
3096 | 3096 | <ul class="history"> |
3097 | 3097 | <li>Changes |
3098 | 3098 | <ul> |
@@ -31,7 +31,7 @@ | ||
31 | 31 | |
32 | 32 | <h2 id="teraterm">Tera Term</h2> |
33 | 33 | |
34 | -<h3 id="teraterm_4.102">2019.xx.xx (Ver 4.102)</h3> | |
34 | +<h3 id="teraterm_4.102">2019.02.28 (Ver 4.102)</h3> | |
35 | 35 | <ul class="history"> |
36 | 36 | <li>変更 |
37 | 37 | <ul> |
@@ -3098,7 +3098,7 @@ | ||
3098 | 3098 | |
3099 | 3099 | <h2 id="ttssh">TTSSH</h2> |
3100 | 3100 | |
3101 | -<h3 id="ttssh_2.88">2019.xx.xx (Ver 2.88)</h3> | |
3101 | +<h3 id="ttssh_2.88">2019.02.28 (Ver 2.88)</h3> | |
3102 | 3102 | <ul class="history"> |
3103 | 3103 | <li>変更 |
3104 | 3104 | <ul> |
@@ -29,7 +29,7 @@ | ||
29 | 29 | #pragma once |
30 | 30 | |
31 | 31 | #define TT_VERSION_MAJOR 4 |
32 | -#define TT_VERSION_MINOR 101 | |
32 | +#define TT_VERSION_MINOR 102 | |
33 | 33 | #define TT_TOSTR(x) TT_TOSTR2(x) |
34 | 34 | #define TT_TOSTR2(x) #x |
35 | 35 | #define TT_VERSION_STR(sep) TT_TOSTR(TT_VERSION_MAJOR) sep TT_TOSTR(TT_VERSION_MINOR) |
@@ -31,6 +31,6 @@ | ||
31 | 31 | #include "tt-version.h" |
32 | 32 | |
33 | 33 | #define TTSSH_VERSION_MAJOR 2 |
34 | -#define TTSSH_VERSION_MINOR 87 | |
34 | +#define TTSSH_VERSION_MINOR 88 | |
35 | 35 | #define TTSSH_VERSION_STR(sep) TT_TOSTR(TTSSH_VERSION_MAJOR) sep TT_TOSTR(TTSSH_VERSION_MINOR) |
36 | 36 | #define TTSSH_RES_VERSION_STR TTSSH_VERSION_STR(", ") ", 0, 0" |