• R/O
  • SSH
  • HTTPS

ttssh2: コミット


コミットメタ情報

リビジョン7115 (tree)
日時2018-05-28 19:12:37
作者(del#1144)

ログメッセージ

bump up the version.

RC時点でバージョンを上げるのを忘れていたので

変更サマリ

差分

--- trunk/teraterm/common/tt-version.h (revision 7114)
+++ trunk/teraterm/common/tt-version.h (revision 7115)
@@ -29,7 +29,7 @@
2929 #pragma once
3030
3131 #define TT_VERSION_MAJOR 4
32-#define TT_VERSION_MINOR 98
32+#define TT_VERSION_MINOR 99
3333 #define TT_TOSTR(x) TT_TOSTR2(x)
3434 #define TT_TOSTR2(x) #x
3535 #define TT_VERSION_STR(sep) TT_TOSTR(TT_VERSION_MAJOR) sep TT_TOSTR(TT_VERSION_MINOR)
--- trunk/ttssh2/ttxssh/ttxssh-version.h (revision 7114)
+++ trunk/ttssh2/ttxssh/ttxssh-version.h (revision 7115)
@@ -31,6 +31,6 @@
3131 #include "tt-version.h"
3232
3333 #define TTSSH_VERSION_MAJOR 2
34-#define TTSSH_VERSION_MINOR 84
34+#define TTSSH_VERSION_MINOR 85
3535 #define TTSSH_VERSION_STR(sep) TT_TOSTR(TTSSH_VERSION_MAJOR) sep TT_TOSTR(TTSSH_VERSION_MINOR)
3636 #define TTSSH_RES_VERSION_STR TTSSH_VERSION_STR(", ") ", 0, 0"
旧リポジトリブラウザで表示