[Ttssh2-commit] [7115] bump up the version.

Back to archive index

scmno****@osdn***** scmno****@osdn*****
2018年 5月 28日 (月) 19:12:38 JST


Revision: 7115
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7115
Author:   maya
Date:     2018-05-28 19:12:37 +0900 (Mon, 28 May 2018)
Log Message:
-----------
bump up the version.

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

Modified Paths:
--------------
    trunk/teraterm/common/tt-version.h
    trunk/ttssh2/ttxssh/ttxssh-version.h

-------------- next part --------------
Modified: trunk/teraterm/common/tt-version.h
===================================================================
--- trunk/teraterm/common/tt-version.h	2018-05-28 09:53:57 UTC (rev 7114)
+++ trunk/teraterm/common/tt-version.h	2018-05-28 10:12:37 UTC (rev 7115)
@@ -29,7 +29,7 @@
 #pragma once
 
 #define TT_VERSION_MAJOR             4
-#define TT_VERSION_MINOR             98
+#define TT_VERSION_MINOR             99
 #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-05-28 09:53:57 UTC (rev 7114)
+++ trunk/ttssh2/ttxssh/ttxssh-version.h	2018-05-28 10:12:37 UTC (rev 7115)
@@ -31,6 +31,6 @@
 #include "tt-version.h"
 
 #define TTSSH_VERSION_MAJOR             2
-#define TTSSH_VERSION_MINOR             84
+#define TTSSH_VERSION_MINOR             85
 #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"



Ttssh2-commit メーリングリストの案内
Back to archive index