Skip to content

Commit

Permalink
Release on 2.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Greedysky committed Jun 6, 2017
1 parent 37548c0 commit c9b6c04
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 39 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.11)

add_definitions(-DMUSIC_LIBRARY)

set(TTK_VERSION "2.4.8.0")
set(TTK_VERSION "2.5.0.0")

# Find includes in the build directories
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,14 @@ v2.4.8.0
完善酷狗提升无损界面。
其他优化。

v2.4.9.0
v2.5.0.0
添加显示启动次数。
修复用户显示界面显示错误。
修复搜索界面拉伸显示错误。
添加加载分页处理。
添加查看歌曲评论功能。
添加歌曲K歌功能。
添加波频和条形遥控器。
其他优化。


Expand Down
8 changes: 4 additions & 4 deletions TTKApp/TTKApp.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
IDI_ICON1 ICON DISCARDABLE "../TTKResource/lb_player_logo.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,8,0
PRODUCTVERSION 2,4,8,0
FILEVERSION 2,5,0,0
PRODUCTVERSION 2,5,0,0
FILEFLAGSMASK 0x3fL

#ifdef _DEBUG
Expand All @@ -27,12 +27,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Greedysky studio, Ltd."
VALUE "FileDescription", "�������"
VALUE "FileVersion", "2.4.8.0"
VALUE "FileVersion", "2.5.0.0"
VALUE "InternalName", "�������.exe"
VALUE "LegalCopyright", "Copyright By Greedysky studio(C)2017"
VALUE "OriginalFilename", "�������.exe"
VALUE "ProductName", "�������"
VALUE "ProductVersion", "2.4.8.0"
VALUE "ProductVersion", "2.5.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions TTKCore/TTKCore.rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#endif

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,8,0
PRODUCTVERSION 2,4,8,0
FILEVERSION 2,5,0,0
PRODUCTVERSION 2,5,0,0
FILEFLAGSMASK 0x3fL

#ifdef _DEBUG
Expand All @@ -25,10 +25,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Greedysky studio, Ltd."
VALUE "FileDescription", "TTKCore"
VALUE "FileVersion", "2.4.8.0"
VALUE "FileVersion", "2.5.0.0"
VALUE "LegalCopyright", "Copyright By Greedysky studio(C)2017"
VALUE "ProductName", "TTKCore"
VALUE "ProductVersion", "2.4.8.0"
VALUE "ProductVersion", "2.5.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions TTKMobile/TTKMobile.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
IDI_ICON1 ICON DISCARDABLE "../TTKResource/lb_player_logo.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,8,0
PRODUCTVERSION 2,4,8,0
FILEVERSION 2,5,0,0
PRODUCTVERSION 2,5,0,0
FILEFLAGSMASK 0x3fL

#ifdef _DEBUG
Expand All @@ -27,12 +27,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Greedysky studio, Ltd."
VALUE "FileDescription", "��������ƶ���"
VALUE "FileVersion", "2.4.8.0"
VALUE "FileVersion", "2.5.0.0"
VALUE "InternalName", "��������ƶ���.exe"
VALUE "LegalCopyright", "Copyright By Greedysky studio(C)2017"
VALUE "OriginalFilename", "��������ƶ���.exe"
VALUE "ProductName", "��������ƶ���"
VALUE "ProductVersion", "2.4.8.0"
VALUE "ProductVersion", "2.5.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion TTKMobile/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.greedysky.ttkmobile" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4" android:versionCode="8" android:installLocation="auto">
<manifest package="org.greedysky.ttkmobile" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.5" android:versionCode="0" android:installLocation="auto">
<application android:hardwareAccelerated="true" android:icon="@drawable/icon" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="天天酷音">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.greedysky.ttkmobile.SplashScreen" android:label="天天酷音" android:screenOrientation="portrait" android:launchMode="singleTop" android:theme="@android:style/Theme.NoTitleBar">
<intent-filter>
Expand Down
2 changes: 1 addition & 1 deletion TTKMobile/android/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">天天酷音</string>
<string name="version_name">V2.4.8.0</string>
<string name="version_name">V2.5.0.0</string>
<string name="copy_right">Copyright (c) 2017 Greedysky Studio</string>
<string name="setting_about_description">畅享无限音乐</string>
</resources>
2 changes: 1 addition & 1 deletion TTKMobile/extra/musicconfig.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<TTKMusicPlayer>
<music>
<ver value="2.4.8.0"/>
<ver value="2.5.0.0"/>
<playMode value="2"/>
<playVolume value="100"/>
<lastPlayIndex value="1">0,-1</lastPlayIndex>
Expand Down
8 changes: 4 additions & 4 deletions TTKQrc/TTKQrc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#endif

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,8,0
PRODUCTVERSION 2,4,8,0
FILEVERSION 2,5,0,0
PRODUCTVERSION 2,5,0,0
FILEFLAGSMASK 0x3fL

#ifdef _DEBUG
Expand All @@ -25,10 +25,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Greedysky studio, Ltd."
VALUE "FileDescription", "TTKUi"
VALUE "FileVersion", "2.4.8.0"
VALUE "FileVersion", "2.5.0.0"
VALUE "LegalCopyright", "Copyright By Greedysky studio(C)2017"
VALUE "ProductName", "TTKUi"
VALUE "ProductVersion", "2.4.8.0"
VALUE "ProductVersion", "2.5.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions TTKScript/ttk.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "ÌìÌì¿áÒô"
#define MyAppVersion "2.4.8.0"
#define MyAppVersion "2.5.0.0"
#define MyAppPublisher "Copyright (c) 2015 - 2017 Greedysky Studio"
#define MyAppURL "http://download.csdn.net/album/detail/3094"
#define MyAppExeName "TTKMusicPlayer.exe"
Expand Down Expand Up @@ -48,4 +48,4 @@ Filename: "{sys}\cmd.exe"; Parameters:" /c takeown /f ""{app}"" /r /d y & icacls
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent

[PostCompile]
Name: "make_cert.bat";Parameters:"D:\Qt\v2.4.8.0.exe" ;Flags: cmdprompt redirectoutput
Name: "make_cert.bat";Parameters:"D:\Qt\v2.5.0.0.exe" ;Flags: cmdprompt redirectoutput
8 changes: 4 additions & 4 deletions TTKService/TTKService.rc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ IDI_ICON10 ICON DISCARDABLE "../TTKResource/fileIcon/pcm.i
IDI_ICON11 ICON DISCARDABLE "../TTKResource/fileIcon/wav.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,8,0
PRODUCTVERSION 2,4,8,0
FILEVERSION 2,5,0,0
PRODUCTVERSION 2,5,0,0
FILEFLAGSMASK 0x3fL

#ifdef _DEBUG
Expand All @@ -37,12 +37,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Greedysky studio, Ltd."
VALUE "FileDescription", "�������"
VALUE "FileVersion", "2.4.8.0"
VALUE "FileVersion", "2.5.0.0"
VALUE "InternalName", "�������.exe"
VALUE "LegalCopyright", "Copyright By Greedysky studio(C)2017"
VALUE "OriginalFilename", "�������.exe"
VALUE "ProductName", "�������"
VALUE "ProductVersion", "2.4.8.0"
VALUE "ProductVersion", "2.5.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions TTKThirdParty/MusicExtras/MusicExtras.rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#endif

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,4,8,0
PRODUCTVERSION 2,4,8,0
FILEVERSION 2,5,0,0
PRODUCTVERSION 2,5,0,0
FILEFLAGSMASK 0x3fL

#ifdef _DEBUG
Expand All @@ -25,10 +25,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Greedysky studio, Ltd."
VALUE "FileDescription", "TTKExtras"
VALUE "FileVersion", "2.4.8.0"
VALUE "FileVersion", "2.5.0.0"
VALUE "LegalCopyright", "Copyright By Greedysky studio(C)2017"
VALUE "ProductName", "TTKExtras"
VALUE "ProductVersion", "2.4.8.0"
VALUE "ProductVersion", "2.5.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions TTKVersion.pri
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# * works are strictly forbiden.
# =================================================

# update time 2017.04.10
TTKMusicPlayer = 2.4.8.0
# update time 2017.06.06
TTKMusicPlayer = 2.5.0.0
12 changes: 6 additions & 6 deletions musicversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
* works are strictly forbiden.
=================================================*/

//update time 2017.04.10
#define TTKMUSIC_VERSION_STR "2.4.8.0"
#define TTKMUSIC_VER_TIME_STR "(2017/04/10)"
//update time 2017.06.06
#define TTKMUSIC_VERSION_STR "2.5.0.0"
#define TTKMUSIC_VER_TIME_STR "(2017/06/06)"

#define TTKMUSIC_MAJOR_VERSION 2
#define TTKMUSIC_MIDLE_VERSION 4
#define TTKMUSIC_MINOR_VERSION 8
#define TTKMUSIC_MIDLE_VERSION 5
#define TTKMUSIC_MINOR_VERSION 0
#define TTKMUSIC_PATCH_VERSION 0

#define TTKMUSIC_VERSION 0x02480
#define TTKMUSIC_VERSION 0x02500

#define TTKMUSIC_VERSION_CHECK(major, middle, minor, patch) ((major<<12)|(middle<<8)|(minor<<4)|(patch))

Expand Down

0 comments on commit c9b6c04

Please sign in to comment.