Skip to content

Commit

Permalink
Bump version 2.6.0.0 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Greedysky committed Jan 30, 2023
1 parent d1bace0 commit 874fe79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.11.14
#define TTK_VERSION 0x02500
#define TTK_VERSION_STR "2.5.0.0"
#define TTK_VERSION_TIME_STR "(2022/11/14)"
//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)"

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

#define TTK_RC_FILEVERSION 2,5,0,0
#define TTK_RC_FILEVERSION 2,6,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
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.11.14
TTK_VERSION = 2.5.0.0
# update time 2023.01.30
TTK_VERSION = 2.6.0.0

0 comments on commit 874fe79

Please sign in to comment.