Skip to content

Commit

Permalink
Bump version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
realnc committed May 17, 2023
1 parent d6ef234 commit bed95cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qtads.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ TEMPLATE = app
CONFIG += silent warn_off strict_c strict_c++ c11 c++1z gc_binaries

VERSION_MAJOR = 3
VERSION_MINOR = 3
VERSION_PATCH = 99
VERSION_MINOR = 4
VERSION_PATCH = 0
VERSION = "$$VERSION_MAJOR"."$$VERSION_MINOR"."$$VERSION_PATCH"
DEFINES += QTADS_VERSION=\\\"$$VERSION\\\"

Expand Down

0 comments on commit bed95cd

Please sign in to comment.