Revision: 7283 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7283 Author: maya Date: 2018-11-26 22:11:09 +0900 (Mon, 26 Nov 2018) Log Message: ----------- 4.101-RC1 Modified Paths: -------------- trunk/installer/teraterm.iss trunk/teraterm/common/tt-version.h trunk/ttssh2/ttxssh/ttxssh-version.h -------------- next part -------------- Modified: trunk/installer/teraterm.iss =================================================================== --- trunk/installer/teraterm.iss 2018-11-26 12:50:33 UTC (rev 7282) +++ trunk/installer/teraterm.iss 2018-11-26 13:11:09 UTC (rev 7283) @@ -1,30 +1,30 @@ #define AppName "Tera Term" -#define AppVer "4.100" -#define snapshot GetDateTimeString('yyyymmdd_hhnnss', '', ''); +#define AppVer "4.101-RC1" +;#define snapshot GetDateTimeString('yyyymmdd_hhnnss', '', ''); [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-2018 TeraTerm Project Modified: trunk/teraterm/common/tt-version.h =================================================================== --- trunk/teraterm/common/tt-version.h 2018-11-26 12:50:33 UTC (rev 7282) +++ trunk/teraterm/common/tt-version.h 2018-11-26 13:11:09 UTC (rev 7283) @@ -29,7 +29,7 @@ #pragma once #define TT_VERSION_MAJOR 4 -#define TT_VERSION_MINOR 100 +#define TT_VERSION_MINOR 101 #define TT_TOSTR(x) TT_TOSTR2(x) #define TT_TOSTR2(x) #x #define TT_VERSION_STR(sep) TT_TOSTR(TT_VERSION_MAJOR) sep TT_TOSTR(TT_VERSION_MINOR) Modified: trunk/ttssh2/ttxssh/ttxssh-version.h =================================================================== --- trunk/ttssh2/ttxssh/ttxssh-version.h 2018-11-26 12:50:33 UTC (rev 7282) +++ trunk/ttssh2/ttxssh/ttxssh-version.h 2018-11-26 13:11:09 UTC (rev 7283) @@ -31,6 +31,6 @@ #include "tt-version.h" #define TTSSH_VERSION_MAJOR 2 -#define TTSSH_VERSION_MINOR 86 +#define TTSSH_VERSION_MINOR 87 #define TTSSH_VERSION_STR(sep) TT_TOSTR(TTSSH_VERSION_MAJOR) sep TT_TOSTR(TTSSH_VERSION_MINOR) #define TTSSH_RES_VERSION_STR TTSSH_VERSION_STR(", ") ", 0, 0"