Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
realnc committed Feb 8, 2020
1 parent 5ff2b61 commit 3876211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qtads.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ QT_CONFIG -= no-pkg-config
TEMPLATE = app
CONFIG += silent warn_off strict_c strict_c++ c11 c++14 gc_binaries

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

Expand Down

0 comments on commit 3876211

Please sign in to comment.