Skip to content

Commit

Permalink
Release on 2.4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Greedysky committed Jan 19, 2017
1 parent 6868620 commit bac9d97
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 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.5.0")
set(TTK_VERSION "2.4.6.0")

# Find includes in the build directories
set(CMAKE_INCLUDE_CURRENT_DIR ON)
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,5,0
PRODUCTVERSION 2,4,5,0
FILEVERSION 2,4,6,0
PRODUCTVERSION 2,4,6,0
FILEFLAGSMASK 0x3fL

#ifdef _DEBUG
Expand All @@ -27,12 +27,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Greedysky studio, Ltd."
VALUE "FileDescription", "�������"
VALUE "FileVersion", "2.4.5.0"
VALUE "FileVersion", "2.4.6.0"
VALUE "InternalName", "�������.exe"
VALUE "LegalCopyright", "Copyright By Greedysky studio(C)2016"
VALUE "OriginalFilename", "�������.exe"
VALUE "ProductName", "�������"
VALUE "ProductVersion", "2.4.5.0"
VALUE "ProductVersion", "2.4.6.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,5,0
PRODUCTVERSION 2,4,5,0
FILEVERSION 2,4,6,0
PRODUCTVERSION 2,4,6,0
FILEFLAGSMASK 0x3fL

#ifdef _DEBUG
Expand All @@ -27,12 +27,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Greedysky studio, Ltd."
VALUE "FileDescription", "��������ƶ���"
VALUE "FileVersion", "2.4.5.0"
VALUE "FileVersion", "2.4.6.0"
VALUE "InternalName", "��������ƶ���.exe"
VALUE "LegalCopyright", "Copyright By Greedysky studio(C)2016"
VALUE "OriginalFilename", "��������ƶ���.exe"
VALUE "ProductName", "��������ƶ���"
VALUE "ProductVersion", "2.4.5.0"
VALUE "ProductVersion", "2.4.6.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.ttkmusicplayer" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4" android:versionCode="5" android:installLocation="auto">
<manifest package="org.greedysky.ttkmusicplayer" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4" android:versionCode="6" 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
6 changes: 3 additions & 3 deletions 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.5.0</string>
<string name="copy_right">Copyright (c) 2016 Greedysky Studio</string>
<string name="version_name">V2.4.6.0</string>
<string name="copy_right">Copyright (c) 2017 Greedysky Studio</string>
<string name="setting_about_description">畅享无限音乐</string>
</resources>
</resources>
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.5.0"
#define MyAppVersion "2.4.6.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.5.0.exe" ;Flags: cmdprompt redirectoutput
Name: "make_cert.bat";Parameters:"D:\Qt\v2.4.6.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,5,0
PRODUCTVERSION 2,4,5,0
FILEVERSION 2,4,6,0
PRODUCTVERSION 2,4,6,0
FILEFLAGSMASK 0x3fL

#ifdef _DEBUG
Expand All @@ -37,12 +37,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Greedysky studio, Ltd."
VALUE "FileDescription", "�������"
VALUE "FileVersion", "2.4.5.0"
VALUE "FileVersion", "2.4.6.0"
VALUE "InternalName", "�������.exe"
VALUE "LegalCopyright", "Copyright By Greedysky studio(C)2016"
VALUE "OriginalFilename", "�������.exe"
VALUE "ProductName", "�������"
VALUE "ProductVersion", "2.4.5.0"
VALUE "ProductVersion", "2.4.6.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 2016.12.03
TTKMusicPlayer = 2.4.5.0
# update time 2017.01.19
TTKMusicPlayer = 2.4.6.0
10 changes: 5 additions & 5 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 2016.12.03
#define TTKMUSIC_VERSION_STR "2.4.5.0"
#define TTKMUSIC_VER_TIME_STR "(2016/12/03)"
//update time 2017.01.19
#define TTKMUSIC_VERSION_STR "2.4.6.0"
#define TTKMUSIC_VER_TIME_STR "(2017/01/19)"

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

#define TTKMUSIC_VERSION 0x02450
#define TTKMUSIC_VERSION 0x02460

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

Expand Down

0 comments on commit bac9d97

Please sign in to comment.