Skip to content

Commit

Permalink
Bump version 2.7.0.0 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Greedysky committed Apr 14, 2023
1 parent b753e6b commit 5ea05a1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions TTKCommon/ttkversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
* with this program; If not, see <http://www.gnu.org/licenses/>.
***************************************************************************/

//update time 2023.01.30
#define TTK_VERSION 0x02600
#define TTK_VERSION_STR "2.6.0.0"
#define TTK_VERSION_TIME_STR "(2023/01/30)"
//update time 2023.04.15
#define TTK_VERSION 0x02700
#define TTK_VERSION_STR "2.7.0.0"
#define TTK_VERSION_TIME_STR "(2023/04/15)"

#define TTK_MAJOR_VERSION 2
#define TTK_MIDLE_VERSION 6
#define TTK_MIDLE_VERSION 7
#define TTK_MINOR_VERSION 0
#define TTK_PATCH_VERSION 0

#define TTK_RC_FILEVERSION 2,6,0,0
#define TTK_RC_FILEVERSION 2,7,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"
Expand Down
2 changes: 1 addition & 1 deletion TTKResource/_extras/TTKRoutine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ "${dirpath%$tmp}" != "/" ]; then
fi
LD_LIBRARY_PATH=$dirpath

export LD_LIBRARY_PATH=$dirpath:$dirpath/lib:$dirpath/2.6.0.0:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$dirpath:$dirpath/lib:$dirpath/2.7.0.0:$LD_LIBRARY_PATH
export QT_PLUGIN_PATH=$dirpath/plugins:$QT_PLUGIN_PATH

$appname "$@"
2 changes: 1 addition & 1 deletion TTKUtils/linux_time.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
find . -exec touch -c -m -d "2022-11-14 12:00" {} \;
find . -exec touch -c -m -d "2023-04-15 12:00" {} \;
4 changes: 2 additions & 2 deletions TTKVersion.pri
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ MOC_DIR = ./.build/moc
OBJECTS_DIR = ./.build/obj
RCC_DIR = ./.build/rcc

# update time 2023.01.30
TTK_VERSION = 2.6.0.0
# update time 2023.04.15
TTK_VERSION = 2.7.0.0

0 comments on commit 5ea05a1

Please sign in to comment.