• R/O
  • SSH
  • HTTPS

ttssh2: Commit


Commit MetaInfo

Revision7283 (tree)
Time2018-11-26 22:11:09
Author(del#1144)

Log Message

4.101-RC1

Change Summary

Incremental Difference

--- trunk/teraterm/common/tt-version.h (revision 7282)
+++ trunk/teraterm/common/tt-version.h (revision 7283)
@@ -29,7 +29,7 @@
2929 #pragma once
3030
3131 #define TT_VERSION_MAJOR 4
32-#define TT_VERSION_MINOR 100
32+#define TT_VERSION_MINOR 101
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 7282)
+++ trunk/ttssh2/ttxssh/ttxssh-version.h (revision 7283)
@@ -31,6 +31,6 @@
3131 #include "tt-version.h"
3232
3333 #define TTSSH_VERSION_MAJOR 2
34-#define TTSSH_VERSION_MINOR 86
34+#define TTSSH_VERSION_MINOR 87
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"
Show on old repository browser