Skip to content

Commit 5992fba

Browse files
committed
Bump version 2.7.0.0 Final
1 parent a1f3023 commit 5992fba

File tree

5 files changed

+10
-14
lines changed

5 files changed

+10
-14
lines changed

TTKCommon/ttkversion.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
* with this program; If not, see <http://www.gnu.org/licenses/>.
2020
***************************************************************************/
2121

22-
//update time 2023.01.30
23-
#define TTK_VERSION 0x02600
24-
#define TTK_VERSION_STR "2.6.0.0"
25-
#define TTK_VERSION_TIME_STR "(2023/01/30)"
22+
//update time 2023.04.15
23+
#define TTK_VERSION 0x02700
24+
#define TTK_VERSION_STR "2.7.0.0"
25+
#define TTK_VERSION_TIME_STR "(2023/04/15)"
2626

2727
#define TTK_MAJOR_VERSION 2
28-
#define TTK_MIDLE_VERSION 6
28+
#define TTK_MIDLE_VERSION 7
2929
#define TTK_MINOR_VERSION 0
3030
#define TTK_PATCH_VERSION 0
3131

32-
#define TTK_RC_FILEVERSION 2,6,0,0
32+
#define TTK_RC_FILEVERSION 2,7,0,0
3333
#define TTK_RC_PRODUCTVERSION TTK_VERSION_STR
3434
#define TTK_RC_COMPANY "Greedysky Studio, Ltd."
3535
#define TTK_RC_COPYRIGHT "Copyright (C) 2023 Greedysky Studio"

TTKLanguage/cn.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@
108108
<source>本地皮肤</source>
109109
<translation type="unfinished"></translation>
110110
</message>
111-
<message>
112-
<source>本地图片</source>
113-
<translation type="unfinished"></translation>
114-
</message>
115111
<message>
116112
<source>Close</source>
117113
<translation>关闭</translation>

TTKResource/_extras/TTKRoutine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "${dirpath%$tmp}" != "/" ]; then
1515
fi
1616
LD_LIBRARY_PATH=$dirpath
1717

18-
export LD_LIBRARY_PATH=$dirpath:$dirpath/lib:$dirpath/2.6.0.0:$LD_LIBRARY_PATH
18+
export LD_LIBRARY_PATH=$dirpath:$dirpath/lib:$dirpath/2.7.0.0:$LD_LIBRARY_PATH
1919
export QT_PLUGIN_PATH=$dirpath/plugins:$QT_PLUGIN_PATH
2020

2121
$appname "$@"

TTKUtils/linux_time.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
find . -exec touch -c -m -d "2022-11-14 12:00" {} \;
2+
find . -exec touch -c -m -d "2023-04-15 12:00" {} \;

TTKVersion.pri

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ MOC_DIR = ./.build/moc
2121
OBJECTS_DIR = ./.build/obj
2222
RCC_DIR = ./.build/rcc
2323

24-
# update time 2023.01.30
25-
TTK_VERSION = 2.6.0.0
24+
# update time 2023.04.15
25+
TTK_VERSION = 2.7.0.0

0 commit comments

Comments
 (0)