File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 19
19
* with this program; If not, see <http://www.gnu.org/licenses/>.
20
20
***************************************************************************/
21
21
22
- //update time 2022.11.14
23
- #define TTK_VERSION 0x02500
24
- #define TTK_VERSION_STR "2.5 .0.0"
25
- #define TTK_VERSION_TIME_STR "(2022/11/14 )"
22
+ //update time 2023.01.30
23
+ #define TTK_VERSION 0x02600
24
+ #define TTK_VERSION_STR "2.6 .0.0"
25
+ #define TTK_VERSION_TIME_STR "(2023/01/30 )"
26
26
27
27
#define TTK_MAJOR_VERSION 2
28
- #define TTK_MIDLE_VERSION 5
28
+ #define TTK_MIDLE_VERSION 6
29
29
#define TTK_MINOR_VERSION 0
30
30
#define TTK_PATCH_VERSION 0
31
31
32
- #define TTK_RC_FILEVERSION 2,5 ,0,0
32
+ #define TTK_RC_FILEVERSION 2,6 ,0,0
33
33
#define TTK_RC_PRODUCTVERSION TTK_VERSION_STR
34
34
#define TTK_RC_COMPANY "Greedysky Studio, Ltd."
35
35
#define TTK_RC_COPYRIGHT "Copyright (C) 2023 Greedysky Studio"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [ "${dirpath%$tmp}" != "/" ]; then
15
15
fi
16
16
LD_LIBRARY_PATH=$dirpath
17
17
18
- export LD_LIBRARY_PATH=$dirpath :$dirpath /lib:$dirpath /2.5 .0.0:$LD_LIBRARY_PATH
18
+ export LD_LIBRARY_PATH=$dirpath :$dirpath /lib:$dirpath /2.6 .0.0:$LD_LIBRARY_PATH
19
19
export QT_PLUGIN_PATH=$dirpath /plugins:$QT_PLUGIN_PATH
20
20
21
21
$appname " $@ "
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ MOC_DIR = ./.build/moc
21
21
OBJECTS_DIR = ./.build/obj
22
22
RCC_DIR = ./.build/rcc
23
23
24
- # update time 2022.11.14
25
- TTK_VERSION = 2.5 .0.0
24
+ # update time 2023.01.30
25
+ TTK_VERSION = 2.6 .0.0
You can’t perform that action at this time.
0 commit comments