Skip to content

Commit

Permalink
Bump version 2.8.0.0 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Greedysky committed Mar 28, 2024
1 parent 3d90061 commit 55e7c50
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TTKWidgetTools
![TTKWidgetTools](https://img.shields.io/badge/Greedysky-TTKWidgetTools-green.svg?style=flat-square)
![Version](https://img.shields.io/badge/Version-2.6.0.0-blue.svg?style=flat-square)
![Version](https://img.shields.io/badge/Version-2.8.0.0-blue.svg?style=flat-square)
![License](https://img.shields.io/badge/License-GPL%20V3-yellowgreen.svg?style=flat-square)

![LOGO](https://github.com/Greedysky/TTKWidgetTools/blob/master/TTKResource/logo_banner.png?raw=true)
Expand Down
6 changes: 3 additions & 3 deletions TTKCommon/ttkversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
* with this program; If not, see <http://www.gnu.org/licenses/>.
***************************************************************************/

//update time 2023.04.15
//update time 2024.03.28
#define TTK_MAJOR_VERSION 2
#define TTK_MINOR_VERSION 7
#define TTK_MINOR_VERSION 8
#define TTK_PATCH_VERSION 0

#define TTK_VERSION TTK_VERSION_CHECK(TTK_MAJOR_VERSION, TTK_MINOR_VERSION, TTK_PATCH_VERSION, 0)
#define TTK_VERSION_STR TTK_VERSION_CHECK_STR(TTK_MAJOR_VERSION, TTK_MINOR_VERSION, TTK_PATCH_VERSION, 0)
#define TTK_VERSION_TIME_STR "(2023/04/15)"
#define TTK_VERSION_TIME_STR "(2024/03/28)"

#define TTK_RC_FILEVERSION TTK_MAJOR_VERSION, TTK_MINOR_VERSION, TTK_PATCH_VERSION, 0
#define TTK_RC_PRODUCTVERSION TTK_VERSION_STR
Expand Down
2 changes: 1 addition & 1 deletion TTKUtils/linux_time.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
find . -exec touch -c -m -d "2023-04-15 12:00" {} \;
find . -exec touch -c -m -d "2024-03-28 12:00" {} \;
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 2023.04.15
TTK_VERSION = 2.7.0.0
# update time 2024.03.28
TTK_VERSION = 2.8.0.0

0 comments on commit 55e7c50

Please sign in to comment.