File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1919 * with this program; If not, see <http://www.gnu.org/licenses/>.
2020 ***************************************************************************/
2121
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 )"
2626
2727#define TTK_MAJOR_VERSION 2
28- #define TTK_MIDLE_VERSION 5
28+ #define TTK_MIDLE_VERSION 6
2929#define TTK_MINOR_VERSION 0
3030#define TTK_PATCH_VERSION 0
3131
32- #define TTK_RC_FILEVERSION 2,5 ,0,0
32+ #define TTK_RC_FILEVERSION 2,6 ,0,0
3333#define TTK_RC_PRODUCTVERSION TTK_VERSION_STR
3434#define TTK_RC_COMPANY "Greedysky Studio, Ltd."
3535#define TTK_RC_COPYRIGHT "Copyright (C) 2023 Greedysky Studio"
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ MOC_DIR = ./.build/moc
2121OBJECTS_DIR = ./.build/obj
2222RCC_DIR = ./.build/rcc
2323
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