Skip to content

Commit

Permalink
Bump version 2.5.0.0 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Greedysky committed Nov 14, 2022
1 parent fb19621 commit d119833
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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 2022.01.29
#define TTK_VERSION 0x02400
#define TTK_VERSION_STR "2.4.0.0"
#define TTK_VERSION_TIME_STR "(2022/01/29)"
//update time 2022.11.14
#define TTK_VERSION 0x02500
#define TTK_VERSION_STR "2.5.0.0"
#define TTK_VERSION_TIME_STR "(2022/11/14)"

#define TTK_MAJOR_VERSION 2
#define TTK_MIDLE_VERSION 4
#define TTK_MIDLE_VERSION 5
#define TTK_MINOR_VERSION 0
#define TTK_PATCH_VERSION 0

#define TTK_RC_FILEVERSION 2,4,0,0
#define TTK_RC_FILEVERSION 2,5,0,0
#define TTK_RC_PRODUCTVERSION TTK_VERSION_STR
#define TTK_RC_COMPANY "Greedysky Studio, Ltd."
#define TTK_RC_COPYRIGHT "Copyright (C) 2022 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.4.0.0:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$dirpath:$dirpath/lib:$dirpath/2.5.0.0:$LD_LIBRARY_PATH
export QT_PLUGIN_PATH=$dirpath/plugins:$QT_PLUGIN_PATH

$appname "$@"
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 2022.01.29
TTK_VERSION = 2.4.0.0
# update time 2022.11.14
TTK_VERSION = 2.5.0.0

0 comments on commit d119833

Please sign in to comment.