Skip to content

Commit 5590f58

Browse files
committed
Bump version 3.0.0.0 Final
1 parent 6d4bf89 commit 5590f58

File tree

10 files changed

+15
-14
lines changed

10 files changed

+15
-14
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ cmake_minimum_required(VERSION 3.0.0)
2020

2121
project(TTKDownloader)
2222

23-
set(TTK_MAJOR_VERSION 2)
24-
set(TTK_MINOR_VERSION 8)
23+
set(TTK_MAJOR_VERSION 3)
24+
set(TTK_MINOR_VERSION 0)
2525
set(TTK_PATCH_VERSION 0)
2626
set(TTK_VERSION "${TTK_MAJOR_VERSION}.${TTK_MINOR_VERSION}.${TTK_PATCH_VERSION}.0")
2727

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v2.8.0.0 Final 2024.03.29
1+
v3.0.0.0 Final 2024.12.05
22
优化部分交互逻辑
33
优化其他一些细节
44

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#---------------------------------------------------------------------------
66
DOXYFILE_ENCODING = UTF-8
77
PROJECT_NAME = TTKDownloader
8-
PROJECT_NUMBER = 2.8.0.0
8+
PROJECT_NUMBER = 3.0.0.0
99
PROJECT_BRIEF = "TTKDownloader imitates xunlei downloader, based on Qt for windows and linux"
1010
PROJECT_LOGO = TTKUtils/resource/qicon.dll
1111
OUTPUT_DIRECTORY = TTKDocs

TTKCommon/ttkversion.h

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

22-
//update time 2024.03.28
23-
#define TTK_MAJOR_VERSION 2
24-
#define TTK_MINOR_VERSION 8
22+
//update time 2024.12.05
23+
#define TTK_MAJOR_VERSION 3
24+
#define TTK_MINOR_VERSION 0
2525
#define TTK_PATCH_VERSION 0
2626

2727
#define TTK_VERSION TTK_VERSION_CHECK(TTK_MAJOR_VERSION, TTK_MINOR_VERSION, TTK_PATCH_VERSION, 0)
2828
#define TTK_VERSION_STR TTK_VERSION_CHECK_STR(TTK_MAJOR_VERSION, TTK_MINOR_VERSION, TTK_PATCH_VERSION, 0)
29-
#define TTK_VERSION_TIME_STR "(2024/03/28)"
29+
#define TTK_VERSION_TIME_STR "(2024/12/05)"
3030

3131
#define TTK_RC_FILEVERSION TTK_MAJOR_VERSION, TTK_MINOR_VERSION, TTK_PATCH_VERSION, 0
3232
#define TTK_RC_PRODUCTVERSION TTK_VERSION_STR

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.8.0.0:$LD_LIBRARY_PATH
18+
export LD_LIBRARY_PATH=$dirpath:$dirpath/lib:$dirpath/3.0.0.0:$LD_LIBRARY_PATH
1919
export QT_PLUGIN_PATH=$dirpath/plugins:$QT_PLUGIN_PATH
2020

2121
$appname "$@"

TTKUtils/auc/make_auc.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.exe" -manifest "manifest" -outputresource:"TTKInit.exe"
22
"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.exe" -manifest "manifest" -outputresource:"TTKDownloader.exe"
33
"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.exe" -manifest "manifest" -outputresource:"TKConsole.exe"
4-
"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.exe" -manifest "manifest" -outputresource:"4.1.1.0/TTKService.exe"
4+
"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.exe" -manifest "manifest" -outputresource:"3.0.0.0/TTKService.exe"

TTKUtils/deploy/make_desktop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ execpath="$PWD/../TTKDownloader"
1313

1414
echo -n "[Desktop Entry]
1515
Type=Application
16-
Version=2.8.0.0
16+
Version=3.0.0.0
1717
Name=TTKDownloader
1818
Name[zh_CN]=天天下载
1919
Name[zh_TW]=天天下載

TTKUtils/deploy/share/appdata/ttkdownloader.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<url type="homepage">https://github.com/Greedysky/TTKDownloader</url>
2424
<developer_name>Greedysky Studio</developer_name>
2525
<releases>
26+
<release version="3.0.0.0" date="2024-12-05" />
2627
<release version="2.8.0.0" date="2024-03-29" />
2728
<release version="2.7.0.0" date="2023-04-14" />
2829
<release version="2.6.0.0" date="2023-01-30" />

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 "2024-03-28 12:00" {} \;
2+
find . -exec touch -c -m -d "2024-12-05 12:00" {} \;

TTKVersion.pri

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ RCC_DIR = ./.build/rcc
2323

2424
greaterThan(QT_MAJOR_VERSION, 4): DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x050400 QT_DEPRECATED_WARNINGS
2525

26-
# update time 2024.03.28
27-
TTK_VERSION = 2.8.0.0
26+
# update time 2024.12.05
27+
TTK_VERSION = 3.0.0.0

0 commit comments

Comments
 (0)