-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
54 additions
and
675 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# -*- coding: utf8 -*- | ||
VER_TELEPORT_SERVER = "2.1.0.1" | ||
VER_TELEPORT_ASSIST = "2.1.0.1" | ||
VER_TELEPORT_SERVER = "2.1.2.1" | ||
VER_TELEPORT_ASSIST = "2.1.2.1" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#ifndef __TS_ASSIST_VER_H__ | ||
#define __TS_ASSIST_VER_H__ | ||
|
||
#define TP_ASSIST_VER L"2.1.0.1" | ||
#define TP_ASSIST_VER L"2.1.2.1" | ||
|
||
#endif // __TS_ASSIST_VER_H__ |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#ifndef __TS_SERVER_VER_H__ | ||
#define __TS_SERVER_VER_H__ | ||
|
||
#define TP_SERVER_VER L"2.1.0.1" | ||
#define TP_SERVER_VER L"2.1.2.1" | ||
|
||
#endif // __TS_SERVER_VER_H__ |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#ifndef __TS_SERVER_VER_H__ | ||
#define __TS_SERVER_VER_H__ | ||
|
||
#define TP_SERVER_VER L"2.1.0.1" | ||
#define TP_SERVER_VER L"2.1.2.1" | ||
|
||
#endif // __TS_SERVER_VER_H__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# -*- coding: utf8 -*- | ||
TS_VER = "2.1.0.1" | ||
TP_ASSIST_LAST_VER = "2.1.0.1" | ||
TS_VER = "2.1.2.1" | ||
TP_ASSIST_LAST_VER = "2.1.2.1" | ||
TP_ASSIST_REQUIRE = "2.0.0.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.