From 902dc84659bc978bf7d3293881ff898e230f51dd Mon Sep 17 00:00:00 2001 From: greedysky Date: Fri, 30 Dec 2022 21:12:45 +0800 Subject: [PATCH] Bump version 3.1.0.0 Final --- CMakeLists.txt | 2 +- Doxyfile | 2 +- README.md | 2 +- README_cn.md | 2 +- README_tc.md | 2 +- TTKCommon/ttkversion.h | 12 ++++++------ TTKResource/_extras/TTKRoutine.sh | 2 +- TTKScript/auc/make_auc.bat | 2 +- TTKScript/deploy/make_desktop.sh | 2 +- .../deploy/share/appdata/ttkmusicplayer.appdata.xml | 1 + TTKScript/linux_time.sh | 2 +- TTKScript/ttk.iss | 2 +- TTKVersion.pri | 4 ++-- 13 files changed, 19 insertions(+), 18 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f96f7dd2..526b20255 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.8.11) -set(TTK_MAJOR_VERSION "3.0.0") +set(TTK_MAJOR_VERSION "3.1.0") set(TTK_VERSION ${TTK_MAJOR_VERSION}.0) # Find includes in the build directories diff --git a/Doxyfile b/Doxyfile index 46423fba6..9f64cefc3 100644 --- a/Doxyfile +++ b/Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = TTKMusicPlayer -PROJECT_NUMBER = 3.0.0.0 +PROJECT_NUMBER = 3.1.0.0 PROJECT_BRIEF = "TTKMusicPlayer that imitation Kugou music, the music player use of qmmp core library based on Qt for windows and linux" PROJECT_LOGO = TTKResource/lb_app_logo.png OUTPUT_DIRECTORY = TTKDocs diff --git a/README.md b/README.md index f00c915d2..eadea2d53 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [简体中文 Chinese](./README_cn.md) | [繁体中文 Chinese](./README_tc.md) ![TTKMusicPlayer](https://img.shields.io/badge/Greedysky-TTKMusicPlayer-green.svg?style=flat-square) -![Version](https://img.shields.io/badge/Version-3.0.0.0-blue.svg?style=flat-square) +![Version](https://img.shields.io/badge/Version-3.1.0.0-blue.svg?style=flat-square) ![License](https://img.shields.io/badge/License-GPL%20V3-yellowgreen.svg?style=flat-square) ![LOGO](https://github.com/Greedysky/Resource/blob/master/Screen/logo_pic.png?raw=true) diff --git a/README_cn.md b/README_cn.md index 8627f8896..55d2624c9 100644 --- a/README_cn.md +++ b/README_cn.md @@ -2,7 +2,7 @@ [英文 English](./README.md) | [繁体中文 Chinese](./README_tc.md) ![TTKMusicPlayer](https://img.shields.io/badge/Greedysky-TTKMusicPlayer-green.svg?style=flat-square) -![版本](https://img.shields.io/badge/Version-3.0.0.0-blue.svg?style=flat-square) +![版本](https://img.shields.io/badge/Version-3.1.0.0-blue.svg?style=flat-square) ![许可](https://img.shields.io/badge/License-GPL%20V3-yellowgreen.svg?style=flat-square) ![徽标](https://github.com/Greedysky/Resource/blob/master/Screen/logo_pic.png?raw=true) diff --git a/README_tc.md b/README_tc.md index e2509999e..3f95fed6f 100644 --- a/README_tc.md +++ b/README_tc.md @@ -2,7 +2,7 @@ [简体中文 Chinese](./README_cn.md) | [英文 English](./README.md) ![TTKMusicPlayer](https://img.shields.io/badge/Greedysky-TTKMusicPlayer-green.svg?style=flat-square) -![版本](https://img.shields.io/badge/Version-3.0.0.0-blue.svg?style=flat-square) +![版本](https://img.shields.io/badge/Version-3.1.0.0-blue.svg?style=flat-square) ![許可](https://img.shields.io/badge/License-GPL%20V3-yellowgreen.svg?style=flat-square) ![徽標](https://github.com/Greedysky/Resource/blob/master/Screen/logo_pic.png?raw=true) diff --git a/TTKCommon/ttkversion.h b/TTKCommon/ttkversion.h index 580013555..33d0a9a14 100644 --- a/TTKCommon/ttkversion.h +++ b/TTKCommon/ttkversion.h @@ -158,19 +158,19 @@ * with this program; If not, see . ***************************************************************************/ -//update time 2022.11.11 -#define TTK_VERSION 0x03000 -#define TTK_VERSION_STR "3.0.0.0" -#define TTK_VERSION_TIME_STR "(2022/11/11)" +//update time 2022.12.30 +#define TTK_VERSION 0x03100 +#define TTK_VERSION_STR "3.1.0.0" +#define TTK_VERSION_TIME_STR "(2022/12/30)" #define TTK_MAJOR_VERSION 3 -#define TTK_MIDLE_VERSION 0 +#define TTK_MIDLE_VERSION 1 #define TTK_MINOR_VERSION 0 #define TTK_PATCH_VERSION 0 #define TTK_CONFIG_VERSION_STR "1.0.1" -#define TTK_RC_FILEVERSION 3,0,0,0 +#define TTK_RC_FILEVERSION 3,1,0,0 #define TTK_RC_PRODUCTVERSION TTK_VERSION_STR #define TTK_RC_COMPANY "Greedysky Studio, Ltd." #define TTK_RC_COPYRIGHT "Copyright (C) 2023 Greedysky Studio" diff --git a/TTKResource/_extras/TTKRoutine.sh b/TTKResource/_extras/TTKRoutine.sh index 7a437cc45..5df024245 100644 --- a/TTKResource/_extras/TTKRoutine.sh +++ b/TTKResource/_extras/TTKRoutine.sh @@ -15,7 +15,7 @@ if [ "${dirpath%$tmp}" != "/" ]; then fi LD_LIBRARY_PATH=$dirpath -export LD_LIBRARY_PATH=$dirpath:$dirpath/lib:$dirpath/3.0.0.0:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=$dirpath:$dirpath/lib:$dirpath/3.1.0.0:$LD_LIBRARY_PATH export QT_PLUGIN_PATH=$dirpath/plugins:$QT_PLUGIN_PATH $appname "$@" diff --git a/TTKScript/auc/make_auc.bat b/TTKScript/auc/make_auc.bat index f7e652089..c9390e4bd 100644 --- a/TTKScript/auc/make_auc.bat +++ b/TTKScript/auc/make_auc.bat @@ -1,4 +1,4 @@ "C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.exe" -manifest "manifest" -outputresource:"TTKInit.exe" "C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.exe" -manifest "manifest" -outputresource:"TTKMusicPlayer.exe" "C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.exe" -manifest "manifest" -outputresource:"TKConsole.exe" -"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.exe" -manifest "manifest" -outputresource:"3.0.0.0/TTKService.exe" \ No newline at end of file +"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\mt.exe" -manifest "manifest" -outputresource:"3.1.0.0/TTKService.exe" \ No newline at end of file diff --git a/TTKScript/deploy/make_desktop.sh b/TTKScript/deploy/make_desktop.sh index 27095a3f7..bf09c02f7 100755 --- a/TTKScript/deploy/make_desktop.sh +++ b/TTKScript/deploy/make_desktop.sh @@ -11,7 +11,7 @@ execpath="$PWD/../TTKMusicPlayer" echo -n "[Desktop Entry] Type=Application -Version=3.0.0.0 +Version=3.1.0.0 Name=TTKMusicPlayer Comment=天天酷音 Icon=$iconpath diff --git a/TTKScript/deploy/share/appdata/ttkmusicplayer.appdata.xml b/TTKScript/deploy/share/appdata/ttkmusicplayer.appdata.xml index 1f62513a1..3ce3fc880 100644 --- a/TTKScript/deploy/share/appdata/ttkmusicplayer.appdata.xml +++ b/TTKScript/deploy/share/appdata/ttkmusicplayer.appdata.xml @@ -24,6 +24,7 @@ https://github.com/Greedysky/TTKMusicPlayer Greedysky Studio + diff --git a/TTKScript/linux_time.sh b/TTKScript/linux_time.sh index 13772cfab..c18e47bc3 100755 --- a/TTKScript/linux_time.sh +++ b/TTKScript/linux_time.sh @@ -1,2 +1,2 @@ #!/bin/sh -find . -exec touch -c -m -d "2022-11-11 12:00" {} \; +find . -exec touch -c -m -d "2022-12-30 12:00" {} \; diff --git a/TTKScript/ttk.iss b/TTKScript/ttk.iss index 7a5e723cd..c8bdf0c15 100755 --- a/TTKScript/ttk.iss +++ b/TTKScript/ttk.iss @@ -2,7 +2,7 @@ #define MyAppNameZh "" #define MyAppNameEN "TTKMusicPlayer" -#define MyAppVersion "3.0.0.0" +#define MyAppVersion "3.1.0.0" #define MyAppPublisher "Greedysky Studio" #define MyAppCopyright "Copyright (C) 2015 - 2023 Greedysky Studio" #define MyAppURL "http://download.csdn.net/album/detail/3094" diff --git a/TTKVersion.pri b/TTKVersion.pri index f24e518a6..0ed31cbe6 100644 --- a/TTKVersion.pri +++ b/TTKVersion.pri @@ -21,5 +21,5 @@ MOC_DIR = ./.build/moc OBJECTS_DIR = ./.build/obj RCC_DIR = ./.build/rcc -# update time 2022.11.11 -TTK_VERSION = 3.0.0.0 +# update time 2022.12.30 +TTK_VERSION = 3.1.0.0