Skip to content

Commit d279413

Browse files
committed
Bump version 3.7.0.0 Final
1 parent a72b56e commit d279413

File tree

13 files changed

+16
-15
lines changed

13 files changed

+16
-15
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 3.0.0)
2121
project(TTKMusicPlayer)
2222

2323
set(TTK_MAJOR_VERSION 3)
24-
set(TTK_MINOR_VERSION 6)
24+
set(TTK_MINOR_VERSION 7)
2525
set(TTK_PATCH_VERSION 0)
2626
set(TTK_VERSION "${TTK_MAJOR_VERSION}.${TTK_MINOR_VERSION}.${TTK_PATCH_VERSION}.0")
2727

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 = TTKMusicPlayer
8-
PROJECT_NUMBER = 3.6.0.0
8+
PROJECT_NUMBER = 3.7.0.0
99
PROJECT_BRIEF = "TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux"
1010
PROJECT_LOGO = TTKResource/lb_app_logo.png
1111
OUTPUT_DIRECTORY = TTKDocs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[简体中文 Chinese](./README_cn.md) | [繁体中文 Chinese](./README_tc.md)
33

44
![TTKMusicPlayer](https://img.shields.io/badge/Greedysky-TTKMusicPlayer-green.svg?style=flat-square)
5-
![Version](https://img.shields.io/badge/Version-3.6.0.0-blue.svg?style=flat-square)
5+
![Version](https://img.shields.io/badge/Version-3.7.0.0-blue.svg?style=flat-square)
66
![License](https://img.shields.io/badge/License-GPL%20V3-yellowgreen.svg?style=flat-square)
77
![License](https://img.shields.io/badge/License-LGPL%20V3-yellow.svg?style=flat-square)
88

README_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[英文 English](./README.md) | [繁体中文 Chinese](./README_tc.md)
33

44
![TTKMusicPlayer](https://img.shields.io/badge/Greedysky-TTKMusicPlayer-green.svg?style=flat-square)
5-
![版本](https://img.shields.io/badge/Version-3.6.0.0-blue.svg?style=flat-square)
5+
![版本](https://img.shields.io/badge/Version-3.7.0.0-blue.svg?style=flat-square)
66
![许可](https://img.shields.io/badge/License-GPL%20V3-yellowgreen.svg?style=flat-square)
77
![许可](https://img.shields.io/badge/License-LGPL%20V3-yellow.svg?style=flat-square)
88

README_tc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[简体中文 Chinese](./README_cn.md) | [英文 English](./README.md)
33

44
![TTKMusicPlayer](https://img.shields.io/badge/Greedysky-TTKMusicPlayer-green.svg?style=flat-square)
5-
![版本](https://img.shields.io/badge/Version-3.6.0.0-blue.svg?style=flat-square)
5+
![版本](https://img.shields.io/badge/Version-3.7.0.0-blue.svg?style=flat-square)
66
![許可](https://img.shields.io/badge/License-GPL%20V3-yellowgreen.svg?style=flat-square)
77
![許可](https://img.shields.io/badge/License-LGPL%20V3-yellow.svg?style=flat-square)
88

TTKCommon/ttkversion.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,16 +160,16 @@
160160
* with this program; If not, see <http://www.gnu.org/licenses/>.
161161
***************************************************************************/
162162

163-
//update time 2024.02.14
163+
//update time 2024.04.25
164164
#define TTK_MAJOR_VERSION 3
165-
#define TTK_MINOR_VERSION 6
165+
#define TTK_MINOR_VERSION 7
166166
#define TTK_PATCH_VERSION 0
167167

168168
#define TTK_CONFIG_VERSION_STR "1.0.2"
169169

170170
#define TTK_VERSION TTK_VERSION_CHECK(TTK_MAJOR_VERSION, TTK_MINOR_VERSION, TTK_PATCH_VERSION, 0)
171171
#define TTK_VERSION_STR TTK_VERSION_CHECK_STR(TTK_MAJOR_VERSION, TTK_MINOR_VERSION, TTK_PATCH_VERSION, 0)
172-
#define TTK_VERSION_TIME_STR "(2024/02/14)"
172+
#define TTK_VERSION_TIME_STR "(2024/04/25)"
173173

174174
#define TTK_RC_FILEVERSION TTK_MAJOR_VERSION, TTK_MINOR_VERSION, TTK_PATCH_VERSION, 0
175175
#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/3.6.0.0:$LD_LIBRARY_PATH
18+
export LD_LIBRARY_PATH=$dirpath:$dirpath/lib:$dirpath/3.7.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:"TTKMusicPlayer.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:"3.6.0.0/TTKService.exe"
4+
"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.exe" -manifest "manifest" -outputresource:"3.7.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/../TTKMusicPlayer"
1313

1414
echo -n "[Desktop Entry]
1515
Type=Application
16-
Version=3.6.0.0
16+
Version=3.7.0.0
1717
Name=TTKMusicPlayer
1818
Name[zh_CN]=天天酷音
1919
Name[zh_TW]=天天酷音

TTKUtils/deploy/share/appdata/ttkmusicplayer.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<url type="homepage">https://github.com/Greedysky/TTKMusicPlayer</url>
3030
<developer_name>Greedysky Studio</developer_name>
3131
<releases>
32+
<release version="3.7.0.0" date="2024-04-25" />
3233
<release version="3.6.0.0" date="2024-02-14" />
3334
<release version="3.5.0.0" date="2024-01-18" />
3435
<release version="3.4.0.0" date="2023-06-30" />

0 commit comments

Comments
 (0)