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.01.29
23- #define TTK_VERSION 0x02400
24- #define TTK_VERSION_STR "2.4 .0.0"
25- #define TTK_VERSION_TIME_STR "(2022/01/29 )"
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 )"
2626
2727#define TTK_MAJOR_VERSION 2
28- #define TTK_MIDLE_VERSION 4
28+ #define TTK_MIDLE_VERSION 5
2929#define TTK_MINOR_VERSION 0
3030#define TTK_PATCH_VERSION 0
3131
32- #define TTK_RC_FILEVERSION 2,4 ,0,0
32+ #define TTK_RC_FILEVERSION 2,5 ,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) 2022 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.01.29
25- TTK_VERSION = 2.4 .0.0
24+ # update time 2022.11.14
25+ TTK_VERSION = 2.5 .0.0
You can’t perform that action at this time.
0 commit comments